Class: Quickfix::LegInstrumentPartyRoleQualifier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegInstrumentPartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartyRoleQualifier
constructor
A new instance of LegInstrumentPartyRoleQualifier.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
57385 57386 57387 |
# File 'lib/quickfix_fields.rb', line 57385 def LegInstrumentPartyRoleQualifier.field return 2379 end |