Class: Quickfix::LegReturnRateQuoteTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegReturnRateQuoteTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteTime
constructor
A new instance of LegReturnRateQuoteTime.
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 |