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

#include <B2BITS_BatsMessages.h>

+ Inheritance diagram for Bats::ModifyShortMsg:
+ Collaboration diagram for Bats::ModifyShortMsg:

Public Member Functions

 bats_size_static_assert (ModifyShortMsg) enum
 
char getModifyFlags () const throw ()
 
System::u64 getOrderId () const throw ()
 
Engine::Decimal getPrice () const throw ()
 
System::u64 getPrice64 () const throw ()
 
System::u16 getQuantity () const throw ()
 
 ModifyShortMsg ()
 
void setModifyFlags (char val) throw ()
 
void setOrderId (System::u64 val) throw ()
 
void setPrice (const Engine::Decimal &price) throw ()
 
void setQuantity (System::u16 val) throw ()
 
- 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

◆ ModifyShortMsg()

Bats::ModifyShortMsg::ModifyShortMsg ( )
inline

Member Function Documentation

◆ bats_size_static_assert()

Bats::ModifyShortMsg::bats_size_static_assert ( ModifyShortMsg )
inline

◆ getModifyFlags()

char Bats::ModifyShortMsg::getModifyFlags ( ) const
throw ( )
inline

◆ getOrderId()

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

◆ getPrice()

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

◆ getPrice64()

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

◆ getQuantity()

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

◆ setModifyFlags()

void Bats::ModifyShortMsg::setModifyFlags ( char val)
throw ( )
inline

◆ setOrderId()

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

◆ setPrice()

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

◆ setQuantity()

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