fix8
version 1.4.0
Open Source C++ FIX Framework
|
This is the complete list of members for hf_session_server, including all inherited members.
_active | FIX8::Session | protected |
_batchmsgs_buffer | FIX8::Session | protected |
_connection | FIX8::Session | protected |
_control | FIX8::Session | protected |
_ctx | FIX8::Session | protected |
_hb_processor | FIX8::Session | protected |
_last_received | FIX8::Session | protected |
_last_sent | FIX8::Session | protected |
_logger | FIX8::Session | protected |
_loginParameters | FIX8::Session | protected |
_next_receive_seq | FIX8::Session | protected |
_next_send_seq | FIX8::Session | protected |
_per_spl | FIX8::Session | protected |
_persist | FIX8::Session | protected |
_plogger | FIX8::Session | protected |
_req_next_receive_seq | FIX8::Session | protected |
_req_next_send_seq | FIX8::Session | protected |
_router | hf_session_server | private |
_schedule | FIX8::Session | protected |
_sci | FIX8::Session | protected |
_session_scheduler | FIX8::Session | protected |
_sf | FIX8::Session | protected |
_sid | FIX8::Session | protected |
_state | FIX8::Session | protected |
_state_names | FIX8::Session | protectedstatic |
_timer | FIX8::Session | protected |
activation_check(const unsigned seqnum, const Message *msg) | FIX8::Session | inlinevirtual |
activation_service() | FIX8::Session | protected |
authenticate(SessionID &id, const Message *msg) | FIX8::Session | inlineprotectedvirtual |
clear_connection(const Connection *connection) | FIX8::Session | inline |
compid_check(const unsigned seqnum, const Message *msg, const SessionID &id) const | FIX8::Session | |
Control typedef | FIX8::Session | |
control() | FIX8::Session | inline |
copyright_string() | FIX8::Session | static |
count enum value | FIX8::Session | |
create_msg(const f8String &msg_type) const | FIX8::Session | inlineprotected |
debug enum value | FIX8::Session | |
detach(const Message *&msg) | FIX8::Session | inlinestatic |
do_state_change(const States::SessionStates new_state) | FIX8::Session | inline |
enforce(const unsigned seqnum, const Message *msg) | FIX8::Session | |
enqueue(const std::string &what, Logger::Level lev, const char *fl=nullptr, unsigned value=0) const | FIX8::Session | inline |
generate_business_reject(const unsigned seqnum, const Message *msg, const int reason, const char *what) | FIX8::Session | virtual |
generate_heartbeat(const f8String &testReqID) | FIX8::Session | virtual |
generate_logon(const unsigned heartbeat_interval, const f8String davi=f8String()) | FIX8::Session | protectedvirtual |
generate_logout(const char *msgstr=nullptr) | FIX8::Session | virtual |
generate_reject(const unsigned seqnum, const char *what, const char *msgtype=nullptr) | FIX8::Session | virtual |
generate_resend_request(const unsigned begin, const unsigned end=0) | FIX8::Session | virtual |
generate_sequence_reset(const unsigned newseqnum, const bool gapfillflag=false) | FIX8::Session | virtual |
generate_test_request(const f8String &testReqID) | FIX8::Session | virtual |
get_connection() | FIX8::Session | inline |
get_ctx() const | FIX8::Session | inline |
get_last_received() const | FIX8::Session | inline |
get_last_sent() const | FIX8::Session | inline |
get_login_parameters(LoginParameters &loginParamaters) const | FIX8::Session | inline |
get_login_parameters() const | FIX8::Session | inline |
get_next_send_seq() const | FIX8::Session | inline |
get_session_state() const | FIX8::Session | inline |
get_session_state_string(const States::SessionStates state) | FIX8::Session | inlinestatic |
get_sid() const | FIX8::Session | inline |
get_timer() | FIX8::Session | inline |
handle_admin(const unsigned seqnum, const Message *msg) | FIX8::Session | inlineprotectedvirtual |
handle_application(const unsigned seqnum, const FIX8::Message *&msg) | hf_session_server | virtual |
handle_heartbeat(const unsigned seqnum, const Message *msg) | FIX8::Session | protectedvirtual |
handle_logon(const unsigned seqnum, const Message *msg) | FIX8::Session | protectedvirtual |
handle_logout(const unsigned seqnum, const Message *msg) | FIX8::Session | protectedvirtual |
handle_outbound_reject(const unsigned seqnum, const Message *msg, const char *errstr) | FIX8::Session | protectedvirtual |
handle_reject(const unsigned seqnum, const Message *msg) | FIX8::Session | inlineprotectedvirtual |
handle_resend_request(const unsigned seqnum, const Message *msg) | FIX8::Session | protectedvirtual |
handle_sequence_reset(const unsigned seqnum, const Message *msg) | FIX8::Session | protectedvirtual |
handle_test_request(const unsigned seqnum, const Message *msg) | FIX8::Session | protectedvirtual |
heartbeat_service() | FIX8::Session | protected |
hf_session_server(const FIX8::F8MetaCntx &ctx, const FIX8::sender_comp_id &sci, FIX8::Persister *persist=nullptr, FIX8::Logger *logger=nullptr, FIX8::Logger *plogger=nullptr) | hf_session_server | inline |
is_loggable(Logger::Level level) const | FIX8::Session | inline |
is_shutdown() | FIX8::Session | inline |
log(const std::string &what, Logger::Level lev, const char *fl=nullptr, unsigned value=0) const | FIX8::Session | inline |
modify_header(MessageBase *msg) | FIX8::Session | virtual |
modify_outbound(Message *msg) | FIX8::Session | inlineprotectedvirtual |
plog(const std::string &what, Logger::Level lev, const unsigned direction=0) const | FIX8::Session | inline |
print enum value | FIX8::Session | |
printnohb enum value | FIX8::Session | |
process(const f8String &from) | FIX8::Session | virtual |
recover_seqnums() | FIX8::Session | protectedvirtual |
retrans_callback(const SequencePair &with, RetransmissionContext &rctx) | FIX8::Session | virtual |
send(Message *msg, bool destroy=true, const unsigned custom_seqnum=0, const bool no_increment=false) | FIX8::Session | virtual |
send(Message &msg, const unsigned custom_seqnum=0, const bool no_increment=false) | FIX8::Session | virtual |
send_batch(const std::vector< Message * > &msgs, bool destroy=true) | FIX8::Session | virtual |
send_process(Message *msg) | FIX8::Session | |
sequence_check(const unsigned seqnum, const Message *msg) | FIX8::Session | |
SequencePair typedef | FIX8::Session | |
Session(const F8MetaCntx &ctx, const SessionID &sid, Persister *persist=nullptr, Logger *logger=nullptr, Logger *plogger=nullptr) | FIX8::Session | |
Session(const F8MetaCntx &ctx, const sender_comp_id &sci=sender_comp_id(), Persister *persist=nullptr, Logger *logger=nullptr, Logger *plogger=nullptr) | FIX8::Session | |
SessionControl enum name | FIX8::Session | |
set_affinity(int core_id) | FIX8::Session | protected |
set_login_parameters(const LoginParameters &loginParamaters) | FIX8::Session | inline |
set_persister(Persister *pst) | FIX8::Session | inline |
set_reset_sequence_numbers_flag(bool flag) | FIX8::Session | inline |
set_scheduler(int priority) | FIX8::Session | protected |
set_session_config(struct SessionConfig *sf) | FIX8::Session | inline |
shutdown enum value | FIX8::Session | |
start(Connection *connection, bool wait=true, const unsigned send_seqnum=0, const unsigned recv_seqnum=0, const f8String davi=f8String()) | FIX8::Session | |
state_change(const States::SessionStates before, const States::SessionStates after) | FIX8::Session | inlineprotectedvirtual |
stop() | FIX8::Session | |
update_persist_seqnums() | FIX8::Session | |
update_received() | FIX8::Session | inline |
update_sent() | FIX8::Session | inline |
~Session() | FIX8::Session | virtual |