Class: Quickfix::LegDividendInitialRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendInitialRate

Returns a new instance of LegDividendInitialRate.



64928
64929
64930
64931
64932
64933
64934
# File 'lib/quickfix_fields.rb', line 64928

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