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