UpdateEasyToBorrowList
PB_OFFSET = 100000, is the offset added for each MNM field id
Implements: IMessage<UpdateEasyToBorrowList>, IMessage, IEquatable<UpdateEasyToBorrowList>, IDeepCloneable<UpdateEasyToBorrowList>, IBufferMessage
Properties
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
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
SymbolName : string
PB_OFFSET + MNM_SYMBOL_NAME
TemplateId : int
PB_OFFSET + MNM_TEMPLATE_ID
Methods
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
Fields
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.