C# Class XAPI.InstrumentField

Exibir arquivo Open project: QuantBox/XAPI2 Class Usage Examples

Public Properties

Property Type Description
ExpireDate int
InstLifePhase InstLifePhaseType
OptionsType PutCall
PriceTick double
StrikePrice double
Type InstrumentType
VolumeMultiple int

Property Details

ExpireDate public_oe property

到期日
public int ExpireDate
return int

InstLifePhase public_oe property

public InstLifePhaseType InstLifePhase
return InstLifePhaseType

OptionsType public_oe property

期权类型
public PutCall OptionsType
return PutCall

PriceTick public_oe property

最小变动价位
public double PriceTick
return double

StrikePrice public_oe property

执行价
public double StrikePrice
return double

Type public_oe property

类型
public InstrumentType Type
return InstrumentType

VolumeMultiple public_oe property

合约数量乘数
public int VolumeMultiple
return int