EPAM B2BITS MarketData C++ library  1.0.0
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Types | Public Member Functions | List of all members
Lse::Gtp::SIQuote Struct Reference

#include <B2BITS_LseGtpMessages.h>

Public Types

enum  { Type = 0x47 }
 

Public Member Functions

UDT getTimestamp () const
 
void setTimestamp (UDT val)
 
UInt64 getOrderID () const
 
void setOrderID (UInt64 val)
 
Byte getSide () const
 
void setSide (Byte val)
 
Size getSize () const
 
void setSize (Size val)
 
UInt64 getInstrument () const
 
void setInstrument (UInt64 val)
 
Price getPrice () const
 
void setPrice (Price val)
 
Price getYield () const
 
void setYield (Price val)
 
UInt16 getSourceVenue () const
 
void setSourceVenue (UInt16 val)
 
OrderBookType getOrderBookType () const
 
void setOrderBookType (OrderBookType val)
 
const FixedString< 11 > & getParticipant () const
 
FixedString< 11 > & getParticipant ()
 
UInt8 getOrderType () const
 
void setOrderType (UInt8 val)
 
const FixedString< 10 > & getReserved () const
 
FixedString< 10 > & getReserved ()
 
const FixedString< 3 > & getCurrency () const
 
FixedString< 3 > & getCurrency ()
 
std::ostream & toString (std::ostream &os, const char *delim="|") const
 

Additional Inherited Members

- Public Attributes inherited from Lse::Gtp::MessageHeader
UInt16 length
 
UInt8 type
 
Inheritance diagram for Lse::Gtp::SIQuote:
Inheritance graph
[legend]
Collaboration diagram for Lse::Gtp::SIQuote:
Collaboration graph
[legend]

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Type 

Member Function Documentation

◆ getCurrency() [1/2]

FixedString<3>& Lse::Gtp::SIQuote::getCurrency ( )
inline

◆ getCurrency() [2/2]

const FixedString<3>& Lse::Gtp::SIQuote::getCurrency ( ) const
inline

◆ getInstrument()

UInt64 Lse::Gtp::SIQuote::getInstrument ( ) const
inline

◆ getOrderBookType()

OrderBookType Lse::Gtp::SIQuote::getOrderBookType ( ) const
inline

◆ getOrderID()

UInt64 Lse::Gtp::SIQuote::getOrderID ( ) const
inline

◆ getOrderType()

UInt8 Lse::Gtp::SIQuote::getOrderType ( ) const
inline

◆ getParticipant() [1/2]

FixedString<11>& Lse::Gtp::SIQuote::getParticipant ( )
inline

◆ getParticipant() [2/2]

const FixedString<11>& Lse::Gtp::SIQuote::getParticipant ( ) const
inline

◆ getPrice()

Price Lse::Gtp::SIQuote::getPrice ( ) const
inline

◆ getReserved() [1/2]

FixedString<10>& Lse::Gtp::SIQuote::getReserved ( )
inline

◆ getReserved() [2/2]

const FixedString<10>& Lse::Gtp::SIQuote::getReserved ( ) const
inline

◆ getSide()

Byte Lse::Gtp::SIQuote::getSide ( ) const
inline

◆ getSize()

Size Lse::Gtp::SIQuote::getSize ( ) const
inline

◆ getSourceVenue()

UInt16 Lse::Gtp::SIQuote::getSourceVenue ( ) const
inline

◆ getTimestamp()

UDT Lse::Gtp::SIQuote::getTimestamp ( ) const
inline

◆ getYield()

Price Lse::Gtp::SIQuote::getYield ( ) const
inline

◆ setInstrument()

void Lse::Gtp::SIQuote::setInstrument ( UInt64  val)
inline

◆ setOrderBookType()

void Lse::Gtp::SIQuote::setOrderBookType ( OrderBookType  val)
inline

◆ setOrderID()

void Lse::Gtp::SIQuote::setOrderID ( UInt64  val)
inline

◆ setOrderType()

void Lse::Gtp::SIQuote::setOrderType ( UInt8  val)
inline

◆ setPrice()

void Lse::Gtp::SIQuote::setPrice ( Price  val)
inline

◆ setSide()

void Lse::Gtp::SIQuote::setSide ( Byte  val)
inline

◆ setSize()

void Lse::Gtp::SIQuote::setSize ( Size  val)
inline

◆ setSourceVenue()

void Lse::Gtp::SIQuote::setSourceVenue ( UInt16  val)
inline

◆ setTimestamp()

void Lse::Gtp::SIQuote::setTimestamp ( UDT  val)
inline

◆ setYield()

void Lse::Gtp::SIQuote::setYield ( Price  val)
inline

◆ toString()

std::ostream& Lse::Gtp::SIQuote::toString ( std::ostream &  os,
const char *  delim = "|" 
) const
inline