Method: Fix::Protocol::MessagePart.structure
- Defined in:
- lib/fix/protocol/message_part.rb
.structure ⇒ Array
Returns this message part class’ structure
209 210 211 |
# File 'lib/fix/protocol/message_part.rb', line 209 def self.structure @structure ||= [] end |