Class: Quickfix::SettlMethodElectingPartySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlMethodElectingPartySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlMethodElectingPartySide
constructor
A new instance of SettlMethodElectingPartySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlMethodElectingPartySide
Returns a new instance of SettlMethodElectingPartySide.
68334 68335 68336 68337 68338 68339 68340 |
# File 'lib/quickfix_fields.rb', line 68334 def initialize(data = nil) if( data == nil ) super(42590) else super(42590, data) end end |
Class Method Details
.field ⇒ Object
68331 68332 68333 |
# File 'lib/quickfix_fields.rb', line 68331 def SettlMethodElectingPartySide.field return 42590 end |