Class: Quickfix::ReturnRateTotalCommissionPerTrade

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRateTotalCommissionPerTrade



70297
70298
70299
70300
70301
70302
70303
# File 'lib/quickfix_fields.rb', line 70297

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