OnixS C++ MTS Cash SDP Handler  1.6.5
API documentation
TI_TRADING_TYPE Struct Reference

#include <OnixS/MTS/Cash/SDP/SMP.Enumerations.h>

Public Types

enum  Enum {
  TI_TRADING_TYPE_CleanPrice = 0, TI_TRADING_TYPE_Yield = 1, TI_TRADING_TYPE_DirtyPrice = 2, TI_TRADING_TYPE_Price32 = 3,
  TI_TRADING_TYPE_YieldDiff = 4, TI_TRADING_TYPE_PriceDiff = 5, TI_TRADING_TYPE_Rate = 6, TI_TRADING_TYPE_RateSpread = 7,
  TI_TRADING_TYPE_BasisPoint = 8, TI_TRADING_TYPE_BreakEvenSpread = 9, TI_TRADING_TYPE_DiscountRate = 10
}
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

Definition at line 4257 of file SMP.Enumerations.h.

Member Enumeration Documentation

enum Enum
Enumerator
TI_TRADING_TYPE_CleanPrice 

Clean Price (Decimal Price). In CMF market trading classes, the Clean Price value is contained in the Price field.

TI_TRADING_TYPE_Yield 

Yield In CMF market trading classes, the Yield value is contained in the Yield field.

TI_TRADING_TYPE_DirtyPrice 

Dirty Price In CMF market trading classes, the Dirty Price value is contained in the Price field.

TI_TRADING_TYPE_Price32 

Price32 In CMF market trading classes, the 32nd Price value is contained in the Price field.

TI_TRADING_TYPE_YieldDiff 

Yield Diff In CMF market trading classes, the Yield Diff (spread value) is contained in the Yield field.

TI_TRADING_TYPE_PriceDiff 

Price Diff In CMF market trading classes, the Price Diff (spread value) is contained in the Price field.

TI_TRADING_TYPE_Rate 

Rate.

TI_TRADING_TYPE_RateSpread 

Rate Spread (For future use)

TI_TRADING_TYPE_BasisPoint 

Basis Point In CMF market trading classes, the Basis value is contained in the Price field.

TI_TRADING_TYPE_BreakEvenSpread 

Break Even Spread In CMF market trading classes, the Break Even Spread value is contained in the Yield field.

TI_TRADING_TYPE_DiscountRate 

Discount Rate In CMF market trading classes, the Discount Rate value is contained in the Price field.

Definition at line 4259 of file SMP.Enumerations.h.

Member Function Documentation

static std::string toString ( Enum  value)
static

Provides string presentation.


The documentation for this struct was generated from the following file: