Class: Quickfix::UnderlyingSettlMethodElectingPartySide
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingSettlMethodElectingPartySide
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectingPartySide
constructor
A new instance of UnderlyingSettlMethodElectingPartySide.
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 |