C# Class XAPI.COM.InstrumentClass

Exibir arquivo Open project: QuantBox/XAPI2 Class Usage Examples

Public Properties

Property Type Description
AccountID string
ClientID string
ExchangeID string
ExchangeInstID string
ExpireDate int
InstLifePhase int
InstLifePhase_String string
InstrumentID string
InstrumentName string
OptionsType int
OptionsType_String string
PriceTick double
ProductID string
StrikePrice double
Symbol string
Type int
Type_String string
UnderlyingInstrID string
VolumeMultiple int

Property Details

AccountID public_oe property

public string AccountID
return string

ClientID public_oe property

public string ClientID
return string

ExchangeID public_oe property

public string ExchangeID
return string

ExchangeInstID public_oe property

public string ExchangeInstID
return string

ExpireDate public_oe property

到期日
public int ExpireDate
return int

InstLifePhase public_oe property

public int InstLifePhase
return int

InstLifePhase_String public_oe property

public string InstLifePhase_String
return string

InstrumentID public_oe property

public string InstrumentID
return string

InstrumentName public_oe property

public string InstrumentName
return string

OptionsType public_oe property

期权类型
public int OptionsType
return int

OptionsType_String public_oe property

public string OptionsType_String
return string

PriceTick public_oe property

最小变动价位
public double PriceTick
return double

ProductID public_oe property

产品代码
public string ProductID
return string

StrikePrice public_oe property

执行价
public double StrikePrice
return double

Symbol public_oe property

public string Symbol
return string

Type public_oe property

类型
public int Type
return int

Type_String public_oe property

public string Type_String
return string

UnderlyingInstrID public_oe property

基础商品代码
public string UnderlyingInstrID
return string

VolumeMultiple public_oe property

合约数量乘数
public int VolumeMultiple
return int