#include <session.hpp>
|
| Session_Schedule (Schedule &sch, int reject_reason=0, const std::string &reject_text="Business messages are not accepted now.") |
|
Definition at line 365 of file session.hpp.
FIX8::Session_Schedule::Session_Schedule |
( |
Schedule & |
sch, |
|
|
int |
reject_reason = 0 , |
|
|
const std::string & |
reject_text = "Business messages are not accepted now." |
|
) |
| |
|
inline |
Definition at line 371 of file session.hpp.
const std::string _reject_text
Inserter friend.
- Parameters
-
- Returns
- stream
Definition at line 380 of file session.hpp.
382 os << what._sch <<
" reject_reason:" << what._reject_reason <<
" reject_text:" << what._reject_text;
int FIX8::Session_Schedule::_reject_reason |
const std::string FIX8::Session_Schedule::_reject_text |
The documentation for this struct was generated from the following file: