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

Public Member Functions

 BV_INVENTORY_QUOTE ()
virtual ~BV_INVENTORY_QUOTE ()
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_QUOTEclone () const
virtual BV_INVENTORY_QUOTEclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

TI_MSG_INFO quoteMsgInfo
BV_MEMBER_INFO provider
BV_INSTRUMENT_INFO instrument
UInt32 groupId
BV_QUOTE_EVENT::Enum event
BV_INVENTORY_QUOTE_STATUS::Enum status
BV_QUOTING_SIDE::Enum quotingSide
BV_INVENTORY_QUOTING_DATA bid
BV_INVENTORY_QUOTING_DATA ask
TI_FLAG::Enum adjustedFg
TI_FLAG::Enum showOnlyInDealerPageFg
TI_FLAG::Enum executableFg
TI_FLAG::Enum systematicInternaliserFg
std::string dealerReferenceId
UInt64 editTime

Detailed Description

Definition at line 48 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

Constructor & Destructor Documentation

◆ BV_INVENTORY_QUOTE()

BV_INVENTORY_QUOTE ( )
inline

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

◆ ~BV_INVENTORY_QUOTE()

virtual ~BV_INVENTORY_QUOTE ( )
inlinevirtual

Definition at line 56 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

Member Function Documentation

◆ clone() [1/2]

virtual BV_INVENTORY_QUOTE * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_INVENTORY_QUOTE * 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 59 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 117 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ adjustedFg

TI_FLAG::Enum adjustedFg

Field used by the client application.

Definition at line 92 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ ask

Data regarding the ask part.

Definition at line 89 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ bid

Data regarding the bid part.

Definition at line 86 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ dealerReferenceId

std::string dealerReferenceId

Free text.

Definition at line 104 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ editTime

UInt64 editTime

Last Update Time.

Definition at line 107 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ event

Action applied to the quote.

Definition at line 77 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ executableFg

TI_FLAG::Enum executableFg

Specifies whether the quote is indicative or executable.

Definition at line 98 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ groupId

UInt32 groupId

Unique ID of the Buy Side Member group.

Definition at line 74 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ instrument

BV_INSTRUMENT_INFO instrument

Data regarding the tradable instrument.

Definition at line 71 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ provider

BV_MEMBER_INFO provider

Data identifying the member who entered the quote.

Definition at line 68 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ quoteMsgInfo

TI_MSG_INFO quoteMsgInfo

Data identifying the quote.

Definition at line 65 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ quotingSide

BV_QUOTING_SIDE::Enum quotingSide

Specifies whether it is a double or single sided quote.

Definition at line 83 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ showOnlyInDealerPageFg

TI_FLAG::Enum showOnlyInDealerPageFg

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

Definition at line 95 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ status

Status of the quote.

Definition at line 80 of file SMP.Classes.BV_INVENTORY_QUOTE.h.

◆ systematicInternaliserFg

TI_FLAG::Enum systematicInternaliserFg

Indicates whether the dealer is a Systematic Internaliser.

Definition at line 101 of file SMP.Classes.BV_INVENTORY_QUOTE.h.