Class: Quickfix::Nested2PartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Nested2PartyRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartyRole
constructor
A new instance of Nested2PartyRole.
Constructor Details
#initialize(data = nil) ⇒ Nested2PartyRole
Returns a new instance of Nested2PartyRole.
10380 10381 10382 10383 10384 10385 10386 |
# File 'lib/quickfix_fields.rb', line 10380 def initialize(data = nil) if( data == nil ) super(759) else super(759, data) end end |