Class: Quickfix::Nested4PartySubID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::Nested4PartySubID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested4PartySubID
constructor
A new instance of Nested4PartySubID.
Constructor Details
#initialize(data = nil) ⇒ Nested4PartySubID
18661 18662 18663 18664 18665 18666 18667 |
# File 'lib/quickfix_fields.rb', line 18661 def initialize(data = nil) if( data == nil ) super(1412) else super(1412, data) end end |