UpdateEasyToBorrowList

Rti

PB_OFFSET = 100000, is the offset added for each MNM field id

实现: IMessage<UpdateEasyToBorrowList>, IMessage, IEquatable<UpdateEasyToBorrowList>, IDeepCloneable<UpdateEasyToBorrowList>, IBufferMessage

属性

Borrowable : bool

PB_OFFSET + MNM_SHORT_LIST_INDICATOR

BrokerDealer : string

PB_OFFSET + MNM_BROKER_DEALER

HasBorrowable : bool

Gets whether the "borrowable" field is set

HasBrokerDealer : bool

Gets whether the "broker_dealer" field is set

HasQtyAvailable : bool

Gets whether the "qty_available" field is set

HasQtyNeeded : bool

Gets whether the "qty_needed" field is set

HasSymbol : bool

Gets whether the "symbol" field is set

HasSymbolName : bool

Gets whether the "symbol_name" field is set

HasTemplateId : bool

Gets whether the "template_id" field is set

QtyAvailable : int

PB_OFFSET + MNM_TOTAL_AVAILABLE_QTY

QtyNeeded : int

PB_OFFSET + MNM_TOTAL_USED_QTY

Symbol : string

PB_OFFSET + MNM_SYMBOL

SymbolName : string

PB_OFFSET + MNM_SYMBOL_NAME

TemplateId : int

PB_OFFSET + MNM_TEMPLATE_ID

方法

ClearBorrowable()

Clears the value of the "borrowable" field

ClearBrokerDealer()

Clears the value of the "broker_dealer" field

ClearQtyAvailable()

Clears the value of the "qty_available" field

ClearQtyNeeded()

Clears the value of the "qty_needed" field

ClearSymbol()

Clears the value of the "symbol" field

ClearSymbolName()

Clears the value of the "symbol_name" field

ClearTemplateId()

Clears the value of the "template_id" field

字段

BorrowableFieldNumber : int

Field number for the "borrowable" field.

BrokerDealerFieldNumber : int

Field number for the "broker_dealer" field.

QtyAvailableFieldNumber : int

Field number for the "qty_available" field.

QtyNeededFieldNumber : int

Field number for the "qty_needed" field.

SymbolFieldNumber : int

Field number for the "symbol" field.

SymbolNameFieldNumber : int

Field number for the "symbol_name" field.

TemplateIdFieldNumber : int

Field number for the "template_id" field.