OnixS C++ MTS Repo SDP Handler  1.3.2.8
API documentation
TI_TRADING_TYPE Struct Reference

#include <SMP.Enumerations.h>

Public Types

enum  Enum {
  TI_TRADING_TYPE_CleanPrice, TI_TRADING_TYPE_Yield, TI_TRADING_TYPE_DirtyPrice, TI_TRADING_TYPE_Price32,
  TI_TRADING_TYPE_YieldDiff, TI_TRADING_TYPE_PriceDiff, TI_TRADING_TYPE_Rate, TI_TRADING_TYPE_RateSpread,
  TI_TRADING_TYPE_BasisPoint, TI_TRADING_TYPE_BreakEvenSpread, TI_TRADING_TYPE_DiscountRate
}
 

Static Public Member Functions

static std::string toString (Enum value)
 

Detailed Description

Definition at line 4649 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 4651 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: