B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Bats::TradeExpandedMsg Class Reference

#include <B2BITS_BatsMessages.h>

+ Inheritance diagram for Bats::TradeExpandedMsg:
+ Collaboration diagram for Bats::TradeExpandedMsg:

Public Member Functions

 bats_size_static_assert (TradeExpandedMsg) enum
 
System::u64 getExecutionId () const throw ()
 
System::u64 getOrderId () const throw ()
 
Engine::Decimal getPrice () const throw ()
 
System::u64 getPrice64 () const throw ()
 
System::u32 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::u32 val) throw ()
 
void setSideIndicator (char val) throw ()
 
void setSymbol (const Engine::AsciiString &val) throw ()
 
 TradeExpandedMsg ()
 
- 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

◆ TradeExpandedMsg()

Bats::TradeExpandedMsg::TradeExpandedMsg ( )
inline

Member Function Documentation

◆ bats_size_static_assert()

Bats::TradeExpandedMsg::bats_size_static_assert ( TradeExpandedMsg )
inline

◆ getExecutionId()

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

◆ getOrderId()

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

◆ getPrice()

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

◆ getPrice64()

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

◆ getQuantity()

System::u32 Bats::TradeExpandedMsg::getQuantity ( ) const
throw ( )
inline

◆ getSideIndicator()

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

◆ getSymbol()

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

◆ setExecutionId()

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

◆ setOrderId()

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

◆ setPrice()

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

◆ setQuantity()

void Bats::TradeExpandedMsg::setQuantity ( System::u32 val)
throw ( )
inline

◆ setSideIndicator()

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

◆ setSymbol()

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