Class: Quickfix::ReturnRatePriceSequence

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRatePriceSequence



70245
70246
70247
70248
70249
70250
70251
# File 'lib/quickfix_fields.rb', line 70245

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