Class: Quickfix::InstrumentPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InstrumentPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InstrumentPartyRole
constructor
A new instance of InstrumentPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InstrumentPartyRole
Returns a new instance of InstrumentPartyRole.
14098 14099 14100 14101 14102 14103 14104 |
# File 'lib/quickfix_fields.rb', line 14098 def initialize(data = nil) if( data == nil ) super(1051) else super(1051, data) end end |
Class Method Details
.field ⇒ Object
14095 14096 14097 |
# File 'lib/quickfix_fields.rb', line 14095 def InstrumentPartyRole.field return 1051 end |