Class: Quickfix::InstrumentPartyRoleQualifier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrumentPartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartyRoleQualifier
constructor
A new instance of InstrumentPartyRoleQualifier.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartyRoleQualifier
Returns a new instance of InstrumentPartyRoleQualifier.
57375 57376 57377 57378 57379 57380 57381 |
# File 'lib/quickfix_fields.rb', line 57375 def initialize(data = nil) if( data == nil ) super(2378) else super(2378, data) end end |
Class Method Details
.field ⇒ Object
57372 57373 57374 |
# File 'lib/quickfix_fields.rb', line 57372 def InstrumentPartyRoleQualifier.field return 2378 end |