Class: Quickfix::LegStreamPaySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamPaySide

Returns a new instance of LegStreamPaySide.



30465
30466
30467
30468
30469
30470
30471
# File 'lib/quickfix_fields.rb', line 30465

def initialize(data = nil)
  if( data == nil )
    super(40244)
  else
    super(40244, data)
  end
end