Class: Quickfix::LegInstrumentPartyRole
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegInstrumentPartyRole
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInstrumentPartyRole
constructor
A new instance of LegInstrumentPartyRole.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegInstrumentPartyRole
Returns a new instance of LegInstrumentPartyRole.
48743 48744 48745 48746 48747 48748 48749 |
# File 'lib/quickfix_fields.rb', line 48743 def initialize(data = nil) if( data == nil ) super(2257) else super(2257, data) end end |
Class Method Details
.field ⇒ Object
48740 48741 48742 |
# File 'lib/quickfix_fields.rb', line 48740 def LegInstrumentPartyRole.field return 2257 end |