Class: Quickfix::UnderlyingSettlMethodElectingPartySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingSettlMethodElectingPartySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectingPartySide
constructor
A new instance of UnderlyingSettlMethodElectingPartySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectingPartySide
Returns a new instance of UnderlyingSettlMethodElectingPartySide.
72468 72469 72470 72471 72472 72473 72474 |
# File 'lib/quickfix_fields.rb', line 72468 def initialize(data = nil) if( data == nil ) super(42887) else super(42887, data) end end |
Class Method Details
.field ⇒ Object
72465 72466 72467 |
# File 'lib/quickfix_fields.rb', line 72465 def .field return 42887 end |