OnixS C++ MTS Bond Vision SDP Handler 1.3.0
API documentation
Loading...
Searching...
No Matches
BV_INVENTORY_QUICK_EDIT Class Reference

Public Member Functions

 BV_INVENTORY_QUICK_EDIT ()
virtual ~BV_INVENTORY_QUICK_EDIT ()
virtual ClassId::Enum id () const
size_t deserialize (const void *buf, size_t inLen)
virtual std::string toString () const
virtual size_t serializationBufSize () const
virtual BV_INVENTORY_QUICK_EDITclone () const
virtual BV_INVENTORY_QUICK_EDITclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 quoteId
UInt32 marketId
UInt32 sectionId
UInt32 instrumentId
UInt32 memberId
UInt32 traderId
UInt64 editTime
Double bidQuotation
Double askQuotation
TI_FLAG::Enum showOnlyInDealerPageFg
BV_QUOTE_EVENT::Enum event
std::string dealerReferenceId

Detailed Description

Definition at line 43 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

Constructor & Destructor Documentation

◆ BV_INVENTORY_QUICK_EDIT()

Definition at line 46 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ ~BV_INVENTORY_QUICK_EDIT()

virtual ~BV_INVENTORY_QUICK_EDIT ( )
inlinevirtual

Definition at line 51 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_INVENTORY_QUICK_EDIT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_INVENTORY_QUICK_EDIT * clone ( void * ) const
virtual

Implements Class.

◆ deserialize()

size_t deserialize ( const void * buf,
size_t inLen )

◆ id()

virtual ClassId::Enum id ( ) const
inlinevirtual

Class id.

Implements Class.

Definition at line 54 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 103 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ askQuotation

Double askQuotation

Data regarding the Ask part of the quote.

Definition at line 84 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ bidQuotation

Double bidQuotation

Data regarding the Bid part of the quote.

Definition at line 81 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ dealerReferenceId

std::string dealerReferenceId

Free text.

Definition at line 93 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ editTime

UInt64 editTime

Quote last update time.

Definition at line 78 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ event

Action applied to the quote.

Definition at line 90 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ instrumentId

UInt32 instrumentId

ID of the tradable instrument.

Definition at line 69 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ marketId

UInt32 marketId

Unique ID of the market.

Definition at line 63 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ memberId

UInt32 memberId

Data identifying the member who entered the quote.

Definition at line 72 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ quoteId

UInt32 quoteId

Unique ID of the quote.

Definition at line 60 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ sectionId

UInt32 sectionId

Unique ID of the section.

Definition at line 66 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ showOnlyInDealerPageFg

TI_FLAG::Enum showOnlyInDealerPageFg

If True, the quote is shown only in the single dealer page.

Definition at line 87 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.

◆ traderId

UInt32 traderId

Data identifying the trader who entered the quote.

Definition at line 75 of file SMP.Classes.BV_INVENTORY_QUICK_EDIT.h.