Class: Fix::Protocol::Messages::SequenceReset
- Inherits:
-
Fix::Protocol::Message
- Object
- Fix::Protocol::MessagePart
- Fix::Protocol::Message
- Fix::Protocol::Messages::SequenceReset
- Defined in:
- lib/fix/protocol/messages/sequence_reset.rb
Overview
A sequence reset message which allows a peer to not retransmit administrative messages in response to resend request. It also enables one to reset the sequence number to any integer larger than the currently expected sequence number
Constant Summary
Constants inherited from Fix::Protocol::Message
Fix::Protocol::Message::DEFAULT_VERSION
Instance Attribute Summary
Attributes inherited from Fix::Protocol::MessagePart
#delegations, #name, #parse_failure
Method Summary
Methods inherited from Fix::Protocol::Message
#dump, #errors, #initialize, #valid?, version=
Methods inherited from Fix::Protocol::MessagePart
collection, #dump, #errors, field, inherited, #initialize, #initialize_node, #node_for_name, #nodes, parent_delegate, parse, #parse, part, structure, unordered
Constructor Details
This class inherits a constructor from Fix::Protocol::Message