Class: Quickfix::LegReturnRateQuoteTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateQuoteTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteTime
constructor
A new instance of LegReturnRateQuoteTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
67824 67825 67826 |
# File 'lib/quickfix_fields.rb', line 67824 def LegReturnRateQuoteTime.field return 42548 end |