Class: Quickfix::LegReturnRateQuoteMethod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegReturnRateQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteMethod
constructor
A new instance of LegReturnRateQuoteMethod.
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteMethod
Returns a new instance of LegReturnRateQuoteMethod.
67775 67776 67777 67778 67779 67780 67781 |
# File 'lib/quickfix_fields.rb', line 67775 def initialize(data = nil) if( data == nil ) super(42544) else super(42544, data) end end |