Class: Quickfix::SettlMethodElectingPartySide

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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