|
| enum | : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport)
} |
| |
| enum | : std::size_t { header_t_size =sizeof(Header_t)
} |
| |
| enum | : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport)
} |
| |
| enum | : std::size_t { header_t_size =sizeof(Header_t)
} |
| |
| enum | : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport)
} |
| |
| enum | : std::size_t { header_t_size =sizeof(Header_t)
} |
| |
| enum | : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport)
} |
| |
| enum | : std::size_t { header_t_size =sizeof(Header_t)
} |
| |
| enum | : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport)
} |
| |
| enum | : std::size_t { header_t_size =sizeof(Header_t)
} |
| |
| enum | : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport)
} |
| |
| enum | : std::size_t { header_t_size =sizeof(Header_t)
} |
| |
| enum | : common::MsgType_t { static_type =static_cast<common::MsgType_t>(common::AdminMsgType::MissedMessageReport)
} |
| |
| enum | : std::size_t { header_t_size =sizeof(Header_t)
} |
| |
|
| isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::TransmissionComplete common::Header | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::__attribute__ ((packed)) |
| |
| constexpr | TransmissionComplete (const common::Status s) noexcept(true) FORCE_INLINE |
| |
| template<class SrcMsg > |
| __stdcall | TransmissionComplete (SrcMsg const &msg) noexcept(true)=deleteFORCE_INLINE |
| | Create a message from the source message. More...
|
| |
| constexpr | Logon (const logon_args_t::UserName_t &UN, const logon_args_t::Password_t &P, const logon_args_t::Password_t &NP) noexcept(true) FORCE_INLINE |
| |
| constexpr | Logon (logon_args_t const &a) noexcept(true) FORCE_INLINE |
| |
| template<class SrcMsg > |
| __stdcall | Logon (SrcMsg const &msg) noexcept(true)=deleteFORCE_INLINE |
| | Create a message from the source message. More...
|
| |
| | LogonResponse () noexcept(true) FORCE_INLINE |
| |
| RejectCode_t | rejectCode () const noexcept(true) FORCE_INLINE |
| |
| void | rejectCode (RejectCode_t const &rc) noexcept(true) FORCE_INLINE |
| |
| constexpr __stdcall | NewOrder (std::int32_t, common::ClientOrderID_t const &clID, common::OrderType const oT, common::TIF const t, common::Side const s, common::SecurityID_t instID, order_qty_t ordQty, common::Price_t p) noexcept(true) FORCE_INLINE |
| |
| template<class SrcMsg > |
| __stdcall | NewOrder (SrcMsg const &msg, ref_data const &rd) noexcept(true) FORCE_INLINE |
| | Create a message from the source message. More...
|
| |
| common::SecurityID_t | instrumentID () const noexcept(true) |
| |
| void | instrumentID (common::SecurityID_t i) noexcept(true) |
| |
| order_qty_t | orderQty () const noexcept(true) |
| |
| void | orderQty (order_qty_t i) noexcept(true) |
| |
| common::OrderType | orderType () const noexcept(true) |
| |
| void | orderType (common::OrderType i) noexcept(true) |
| |
| common::Side | side () const noexcept(true) |
| |
| void | side (common::Side i) noexcept(true) |
| |
| common::ClientOrderID_t const & | clientOrderID () const noexcept(true) |
| |
| void | clientOrderID (common::ClientOrderID_t const &clID) noexcept(true) |
| |
| common::Price_t | limitPrice () const noexcept(true) |
| |
| void | limitPrice (common::Price_t p) noexcept(true) |
| |
| common::TIF | tif () const noexcept(true) |
| |
| void | tif (common::TIF t) noexcept(true) |
| |
| constexpr | OrderCancelRequestSpecific1 (common::SecurityID_t instID) noexcept(true) FORCE_INLINE |
| |
| constexpr | OrderMassCancelRequestSpecific1 (common::SecurityID_t instID) noexcept(true) FORCE_INLINE |
| |
| | OrderCancelReplaceRequest (common::ClientOrderID_t const &clID, common::ClientOrderID_t const &origclID, common::SecurityID_t instID, order_qty_t ordQty, common::Price_t const p, common::TIF t, common::Side s) noexcept(true) FORCE_INLINE |
| |
| template<class SrcMsg > |
| __stdcall | OrderCancelReplaceRequest (SrcMsg const &msg, ref_data const &rd) noexcept(true) FORCE_INLINE |
| | Create a message from the source message. More...
|
| |
| common::ClientOrderID_t const & | originalClientOrderID () const noexcept(true) |
| |
| void | originalClientOrderID (common::ClientOrderID_t const &clID) noexcept(true) |
| |
| constexpr | NewOrderCross (common::ClientOrderID_t const &origclID, common::SecurityID_t instID, order_qty_t ordQty, common::Price_t const p, common::TIF t) noexcept(true) FORCE_INLINE |
| |
| | ExecutionReport () noexcept(true) FORCE_INLINE |
| |
| constexpr | ExecutionReport (std::int32_t seqNum, common::ClientOrderID_t const &clID, common::AppID aID, common::ExecType eT, common::Price_t const price, common::SecurityID_t instID, common::Side s) noexcept(true) FORCE_INLINE |
| |
| common::ExecType | execType () const noexcept(true) |
| |
| void | execType (common::ExecType e) noexcept(true) |
| |
| common::Price_t | executedPrice () const noexcept(true) |
| |
| void | executedPrice (common::Price_t p) noexcept(true) |
| |
| common::OrderStatus | orderStatus () const noexcept(true) |
| |
| void | orderStatus (common::OrderStatus os) noexcept(true) |
| |
| int32_t | executedQty () const noexcept(true) |
| |
| void | executedQty (std::int32_t eq) noexcept(true) |
| |
| int32_t | leavesQty () const noexcept(true) |
| |
| void | leavesQty (std::int32_t eq) noexcept(true) |
| |
| RejectCode_t | orderRejectCode () const noexcept(true) |
| |
| void | orderRejectCode (RejectCode_t r) noexcept(true) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Header_t),<=, MsgTypes::max_size_client_to_exchange_msg) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Header_t),<=, MsgTypes::max_size_exchange_to_client_msg) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Header_t),<=, MsgTypes::max_msg_size) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonRequest),==, 30) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogonReply),==, 12) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::LogoutRequest),==, 24) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ClientHeartbeat),==, 4) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::Reject),==, 59) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::MissedMessageRequest),==, 9) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::MissedMessageRequestAck),==, 5) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::TransmissionComplete),==, 5) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::SystemStatus),==, 6) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewOrder_t),==, 108) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelRequest),==, 88) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderMassCancelRequest),==, 37) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelReplaceRequest),==, 136) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::NewOrderCross),==, 139) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::ExecutionReport),==, 149) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderCancelReject),==, 54) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::OrderMassCancelReport),==, 43) |
| |
| | isimud::ISIMUD_VER_NAMESPACE::exchanges::MIT::JSE::tests::BOOST_MPL_ASSERT_RELATION (sizeof(MsgTypes::BusinessReject),==, 54) |
| |