Class: Quickfix::NoLegInstrumentParties
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegInstrumentParties
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegInstrumentParties
constructor
A new instance of NoLegInstrumentParties.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegInstrumentParties
Returns a new instance of NoLegInstrumentParties.
48704 48705 48706 48707 48708 48709 48710 |
# File 'lib/quickfix_fields.rb', line 48704 def initialize(data = nil) if( data == nil ) super(2254) else super(2254, data) end end |
Class Method Details
.field ⇒ Object
48701 48702 48703 |
# File 'lib/quickfix_fields.rb', line 48701 def NoLegInstrumentParties.field return 2254 end |