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

Public Member Functions

 BV_PRICE_ALERT ()
virtual ~BV_PRICE_ALERT ()
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_PRICE_ALERTclone () const
virtual BV_PRICE_ALERTclone (void *) const
Public Member Functions inherited from Class
virtual ~Class ()
size_t getMaxMessageSize () const

Public Attributes

UInt32 memberId
UInt32 traderId
UInt32 residualMaturityId
UInt16 priceSpread
UInt16 yieldSpread
std::string userData
UInt32 creationDate
UInt64 creationTime
UInt32 updateDate
UInt64 updateTime

Detailed Description

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

Constructor & Destructor Documentation

◆ BV_PRICE_ALERT()

BV_PRICE_ALERT ( )
inline

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

◆ ~BV_PRICE_ALERT()

virtual ~BV_PRICE_ALERT ( )
inlinevirtual

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

Member Function Documentation

◆ clone() [1/2]

virtual BV_PRICE_ALERT * clone ( ) const
virtual

Implements Class.

◆ clone() [2/2]

virtual BV_PRICE_ALERT * 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_PRICE_ALERT.h.

◆ serializationBufSize()

virtual size_t serializationBufSize ( ) const
inlinevirtual

Implements Class.

Definition at line 97 of file SMP.Classes.BV_PRICE_ALERT.h.

◆ toString()

virtual std::string toString ( ) const
virtual

Provides string presentation.

Implements Class.

Member Data Documentation

◆ creationDate

UInt32 creationDate

Date at which the data was created.

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

◆ creationTime

UInt64 creationTime

Time at which the data was last created.

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

◆ memberId

UInt32 memberId

Unique ID of the member.

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

◆ priceSpread

UInt16 priceSpread

Price spread (in terms of price ticks)

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

◆ residualMaturityId

UInt32 residualMaturityId

Unique ID of the residual maturity.

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

◆ traderId

UInt32 traderId

Unique ID of the trader.

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

◆ updateDate

UInt32 updateDate

Date at which the data was last updated.

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

◆ updateTime

UInt64 updateTime

Time at which the data was last updated.

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

◆ userData

std::string userData

Free field used by the client.

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

◆ yieldSpread

UInt16 yieldSpread

Yield spread (in terms of yield ticks)

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