ProtoOASymbolsForConversionReq
* Request for getting a conversion chain between two assets that consists of several symbols. Use when no direct quote is available.
Implementiert: IMessage<ProtoOASymbolsForConversionReq>, IMessage, IEquatable<ProtoOASymbolsForConversionReq>, IDeepCloneable<ProtoOASymbolsForConversionReq>, IBufferMessage
Eigenschaften
CtidTraderAccountId : long
Unique identifier of the trader's account. Used to match responses to trader's accounts.
FirstAssetId : long
The ID of the firs asset in the conversation chain. e.g.: for EUR/USD the firstAssetId is EUR ID and lastAssetId is USD ID.
HasCtidTraderAccountId : bool
Gets whether the "ctidTraderAccountId" field is set
HasFirstAssetId : bool
Gets whether the "firstAssetId" field is set
HasLastAssetId : bool
Gets whether the "lastAssetId" field is set
HasPayloadType : bool
Gets whether the "payloadType" field is set
LastAssetId : long
The ID of the last asset in the conversation chain. e.g.: for EUR/USD the firstAssetId is EUR ID and lastAssetId is USD ID.
Methoden
ClearCtidTraderAccountId()
Clears the value of the "ctidTraderAccountId" field
ClearFirstAssetId()
Clears the value of the "firstAssetId" field
ClearLastAssetId()
Clears the value of the "lastAssetId" field
ClearPayloadType()
Clears the value of the "payloadType" field
Felder
CtidTraderAccountIdFieldNumber : int
Field number for the "ctidTraderAccountId" field.
FirstAssetIdFieldNumber : int
Field number for the "firstAssetId" field.
LastAssetIdFieldNumber : int
Field number for the "lastAssetId" field.
PayloadTypeFieldNumber : int
Field number for the "payloadType" field.