Class: Quickfix::UnderlyingInstrumentPartyRoleQualifier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingInstrumentPartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRoleQualifier
constructor
A new instance of UnderlyingInstrumentPartyRoleQualifier.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRoleQualifier
Returns a new instance of UnderlyingInstrumentPartyRoleQualifier.
57518 57519 57520 57521 57522 57523 57524 |
# File 'lib/quickfix_fields.rb', line 57518 def initialize(data = nil) if( data == nil ) super(2391) else super(2391, data) end end |
Class Method Details
.field ⇒ Object
57515 57516 57517 |
# File 'lib/quickfix_fields.rb', line 57515 def UnderlyingInstrumentPartyRoleQualifier.field return 2391 end |