Class: Quickfix::Nested3PartyRoleQualifier
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::Nested3PartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartyRoleQualifier
constructor
A new instance of Nested3PartyRoleQualifier.
Constructor Details
#initialize(data = nil) ⇒ Nested3PartyRoleQualifier
Returns a new instance of Nested3PartyRoleQualifier.
57427 57428 57429 57430 57431 57432 57433 |
# File 'lib/quickfix_fields.rb', line 57427 def initialize(data = nil) if( data == nil ) super(2382) else super(2382, data) end end |