Class: Quickfix::NoReturnRatePrices

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoReturnRatePrices

Returns a new instance of NoReturnRatePrices.



70622
70623
70624
70625
70626
70627
70628
# File 'lib/quickfix_fields.rb', line 70622

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