Class: Quickfix::LegReturnRateQuoteTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegReturnRateQuoteTime

Returns a new instance of LegReturnRateQuoteTime.



67827
67828
67829
67830
67831
67832
67833
# File 'lib/quickfix_fields.rb', line 67827

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