Class: Quickfix::Nested3PartyRole
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Nested3PartyRole
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartyRole
constructor
A new instance of Nested3PartyRole.
Constructor Details
#initialize(data = nil) ⇒ Nested3PartyRole
Returns a new instance of Nested3PartyRole.
12824 12825 12826 12827 12828 12829 12830 |
# File 'lib/quickfix_fields.rb', line 12824 def initialize(data = nil) if( data == nil ) super(951) else super(951, data) end end |