B2BITS FIX Antenna C++  2.31.0
Public Member Functions | List of all members
Bats::TradeShortMsg Class Reference

#include <B2BITS_BatsMessages.h>

+ Inheritance diagram for Bats::TradeShortMsg:
+ Collaboration diagram for Bats::TradeShortMsg:

Public Member Functions

 bats_size_static_assert (TradeShortMsg) enum
 
System::u64 getExecutionId () const throw ()
 
System::u64 getOrderId () const throw ()
 
Engine::Decimal getPrice () const throw ()
 
System::u64 getPrice64 () const throw ()
 
System::u16 getQuantity () const throw ()
 
char getSideIndicator () const throw ()
 
Engine::AsciiString getSymbol () const throw ()
 
void setExecutionId (System::u64 val) throw ()
 
void setOrderId (System::u64 val) throw ()
 
void setPrice (const Engine::Decimal &price) throw ()
 
void setQuantity (System::u16 val) throw ()
 
void setSideIndicator (char val) throw ()
 
void setSymbol (const Engine::AsciiString &val) throw ()
 
 TradeShortMsg ()
 
- Public Member Functions inherited from Bats::TimedPitchMsg
System::u32 getTimeOffset () const throw ()
 
void setTimeOffset (System::u32 val) throw ()
 
 TimedPitchMsg (System::u8 length, System::u8 type)
 
- Public Member Functions inherited from Bats::PitchMsg
System::u8 getLength () const throw ()
 
System::u8 getMessageType () const throw ()
 
 PitchMsg (System::u8 length, System::u8 type)
 

Constructor & Destructor Documentation

◆ TradeShortMsg()

Bats::TradeShortMsg::TradeShortMsg ( )
inline

Member Function Documentation

◆ bats_size_static_assert()

Bats::TradeShortMsg::bats_size_static_assert ( TradeShortMsg  )
inline

◆ getExecutionId()

System::u64 Bats::TradeShortMsg::getExecutionId ( ) const
throw (
)
inline

◆ getOrderId()

System::u64 Bats::TradeShortMsg::getOrderId ( ) const
throw (
)
inline

◆ getPrice()

Engine::Decimal Bats::TradeShortMsg::getPrice ( ) const
throw (
)
inline

◆ getPrice64()

System::u64 Bats::TradeShortMsg::getPrice64 ( ) const
throw (
)
inline

◆ getQuantity()

System::u16 Bats::TradeShortMsg::getQuantity ( ) const
throw (
)
inline

◆ getSideIndicator()

char Bats::TradeShortMsg::getSideIndicator ( ) const
throw (
)
inline

◆ getSymbol()

Engine::AsciiString Bats::TradeShortMsg::getSymbol ( ) const
throw (
)
inline

◆ setExecutionId()

void Bats::TradeShortMsg::setExecutionId ( System::u64  val)
throw (
)
inline

◆ setOrderId()

void Bats::TradeShortMsg::setOrderId ( System::u64  val)
throw (
)
inline

◆ setPrice()

void Bats::TradeShortMsg::setPrice ( const Engine::Decimal price)
throw (
)
inline

◆ setQuantity()

void Bats::TradeShortMsg::setQuantity ( System::u16  val)
throw (
)
inline

◆ setSideIndicator()

void Bats::TradeShortMsg::setSideIndicator ( char  val)
throw (
)
inline

◆ setSymbol()

void Bats::TradeShortMsg::setSymbol ( const Engine::AsciiString val)
throw (
)
inline