Class: Quickfix::LegReturnRateQuoteDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateQuoteDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteDate
constructor
A new instance of LegReturnRateQuoteDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteDate
Returns a new instance of LegReturnRateQuoteDate.
67840 67841 67842 67843 67844 67845 67846 |
# File 'lib/quickfix_fields.rb', line 67840 def initialize(data = nil) if( data == nil ) super(42549) else super(42549, data) end end |
Class Method Details
.field ⇒ Object
67837 67838 67839 |
# File 'lib/quickfix_fields.rb', line 67837 def LegReturnRateQuoteDate.field return 42549 end |