Class: Quickfix::UnderlyingInstrumentPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingInstrumentPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRole
constructor
A new instance of UnderlyingInstrumentPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingInstrumentPartyRole
Returns a new instance of UnderlyingInstrumentPartyRole.
18817 18818 18819 18820 18821 18822 18823 |
# File 'lib/quickfix_fields.rb', line 18817 def initialize(data = nil) if( data == nil ) super(1061) else super(1061, data) end end |
Class Method Details
.field ⇒ Object
18814 18815 18816 |
# File 'lib/quickfix_fields.rb', line 18814 def UnderlyingInstrumentPartyRole.field return 1061 end |