Class: Quickfix::LegInstrumentPartyRoleQualifier
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegInstrumentPartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartyRoleQualifier
constructor
A new instance of LegInstrumentPartyRoleQualifier.
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentPartyRoleQualifier
Returns a new instance of LegInstrumentPartyRoleQualifier.
57388 57389 57390 57391 57392 57393 57394 |
# File 'lib/quickfix_fields.rb', line 57388 def initialize(data = nil) if( data == nil ) super(2379) else super(2379, data) end end |