ProtoOADealOffset
* Deal details for ProtoOADealOffsetListReq.
Implements: IMessage<ProtoOADealOffset>, IMessage, IEquatable<ProtoOADealOffset>, IDeepCloneable<ProtoOADealOffset>, IBufferMessage
Properties
public long DealId { get; set; }
value = protoOADealOffset.DealId
protoOADealOffset.DealId = value
The unique ID of the execution Deal.
public double ExecutionPrice { get; set; }
value = protoOADealOffset.ExecutionPrice
protoOADealOffset.ExecutionPrice = value
Execution price of the offset Deal.
public long ExecutionTimestamp { get; set; }
value = protoOADealOffset.ExecutionTimestamp
protoOADealOffset.ExecutionTimestamp = value
The Unix time in milliseconds when the offset Deal was executed.
public bool HasDealId { get; }
value = protoOADealOffset.HasDealId
Gets whether the "dealId" field is set
public bool HasExecutionPrice { get; }
value = protoOADealOffset.HasExecutionPrice
Gets whether the "executionPrice" field is set
public bool HasExecutionTimestamp { get; }
value = protoOADealOffset.HasExecutionTimestamp
Gets whether the "executionTimestamp" field is set
public bool HasVolume { get; }
value = protoOADealOffset.HasVolume
Gets whether the "volume" field is set
public long Volume { get; set; }
value = protoOADealOffset.Volume
protoOADealOffset.Volume = value
Matched volume, in cents.
Methods
public void ClearDealId()
protoOADealOffset.ClearDealId()
Clears the value of the "dealId" field
public void ClearExecutionPrice()
protoOADealOffset.ClearExecutionPrice()
Clears the value of the "executionPrice" field
public void ClearExecutionTimestamp()
protoOADealOffset.ClearExecutionTimestamp()
Clears the value of the "executionTimestamp" field
public void ClearVolume()
protoOADealOffset.ClearVolume()
Clears the value of the "volume" field
Fields
public const int DealIdFieldNumber
value = ProtoOADealOffset.DealIdFieldNumber
Field number for the "dealId" field.
public const int ExecutionPriceFieldNumber
value = ProtoOADealOffset.ExecutionPriceFieldNumber
Field number for the "executionPrice" field.
public const int ExecutionTimestampFieldNumber
value = ProtoOADealOffset.ExecutionTimestampFieldNumber
Field number for the "executionTimestamp" field.
public const int VolumeFieldNumber
value = ProtoOADealOffset.VolumeFieldNumber
Field number for the "volume" field.