libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 > Struct Template Reference

#include <messages.hpp>

Inheritance diagram for isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >:
[legend]
Collaboration diagram for isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >:
[legend]

Public Types

enum  : MsgType_t { static_type =static_cast<MsgType_t>(ClientMsgType::NewQuote) }
 
enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = Header
 
using specific1_t = Specific1
 
using specific2_t = Specific2
 
- Public Types inherited from isimud::exchanges::MIT::common::Header
enum  : bool { has_static_size =true }
 
using ClientOrderID_t = common::ClientOrderID_t
 
using OrderID_t = common::OrderID_t
 
using MsgTypes_t = common::MsgType_t
 

Public Member Functions

constexpr NewQuote () noexcept(true) FORCE_INLINE
 
const ClientOrderID_tclientOrderID () const noexcept(true)
 
void clientOrderID (ClientOrderID_t const &clID) noexcept(true)
 
SecurityID_t instrumentID () const noexcept(true)
 
void instrumentID (SecurityID_t i) noexcept(true)
 
- Public Member Functions inherited from isimud::exchanges::MIT::common::Header
MsgType_t type () const noexcept(true)
 
std::uint16_t length () const noexcept(true)
 
bool is_valid () const noexcept(true)
 

Public Attributes

ClientOrderID_t clientOrderID_
 
TraderID_t traderID
 
ClearingAccount clearingAccount
 
SecurityID_t instrumentID_
 
specific1_t specific1
 
Capacity capacity
 
AutoCancel autoCancel
 
specific2_t specific2
 
- Public Attributes inherited from isimud::exchanges::MIT::common::Header
enum isimud::exchanges::MIT::common::Header:: { ... }  __attribute__
 
const std::int8_t start_of_message =2
 
const std::int16_t length_
 
const MsgType_t type_
 

Additional Inherited Members

- Protected Member Functions inherited from isimud::exchanges::MIT::common::Header
template<class MsgT >
constexpr Header (MsgT const *) noexcept(true) FORCE_INLINE
 

Detailed Description

template<class Specific1, class Specific2>
struct isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >

Definition at line 470 of file messages.hpp.

Member Typedef Documentation

◆ Header_t

template<class Specific1 , class Specific2 >
using isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::Header_t = Header

Definition at line 471 of file messages.hpp.

◆ specific1_t

template<class Specific1 , class Specific2 >
using isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::specific1_t = Specific1

Definition at line 478 of file messages.hpp.

◆ specific2_t

template<class Specific1 , class Specific2 >
using isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::specific2_t = Specific2

Definition at line 479 of file messages.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<class Specific1 , class Specific2 >
anonymous enum : MsgType_t
Enumerator
static_type 

Definition at line 472 of file messages.hpp.

◆ anonymous enum

template<class Specific1 , class Specific2 >
anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 475 of file messages.hpp.

Constructor & Destructor Documentation

◆ NewQuote()

template<class Specific1 , class Specific2 >
constexpr isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::NewQuote ( )
inlineconstexprnoexcept

Definition at line 207 of file messages_impl.hpp.

Member Function Documentation

◆ clientOrderID() [1/2]

template<class Specific1 , class Specific2 >
const ClientOrderID_t& isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::clientOrderID ( ) const
inlinenoexcept

Definition at line 492 of file messages.hpp.

◆ clientOrderID() [2/2]

template<class Specific1 , class Specific2 >
void isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::clientOrderID ( ClientOrderID_t const &  clID)
inlinenoexcept

Definition at line 495 of file messages.hpp.

◆ instrumentID() [1/2]

template<class Specific1 , class Specific2 >
SecurityID_t isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::instrumentID ( ) const
inlinenoexcept

Definition at line 499 of file messages.hpp.

◆ instrumentID() [2/2]

template<class Specific1 , class Specific2 >
void isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::instrumentID ( SecurityID_t  i)
inlinenoexcept

Definition at line 502 of file messages.hpp.

Member Data Documentation

◆ autoCancel

template<class Specific1 , class Specific2 >
AutoCancel isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::autoCancel

Definition at line 487 of file messages.hpp.

◆ capacity

template<class Specific1 , class Specific2 >
Capacity isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::capacity

Definition at line 486 of file messages.hpp.

◆ clearingAccount

template<class Specific1 , class Specific2 >
ClearingAccount isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::clearingAccount

Definition at line 483 of file messages.hpp.

◆ clientOrderID_

template<class Specific1 , class Specific2 >
ClientOrderID_t isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::clientOrderID_

Definition at line 481 of file messages.hpp.

◆ instrumentID_

template<class Specific1 , class Specific2 >
SecurityID_t isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::instrumentID_

Definition at line 484 of file messages.hpp.

◆ specific1

template<class Specific1 , class Specific2 >
specific1_t isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::specific1

Definition at line 485 of file messages.hpp.

◆ specific2

template<class Specific1 , class Specific2 >
specific2_t isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::specific2

Definition at line 488 of file messages.hpp.

◆ traderID

template<class Specific1 , class Specific2 >
TraderID_t isimud::exchanges::MIT::common::NewQuote< Specific1, Specific2 >::traderID

Definition at line 482 of file messages.hpp.


The documentation for this struct was generated from the following files: