Class: Quickfix::ReturnRateQuoteTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReturnRateQuoteTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuoteTime
constructor
A new instance of ReturnRateQuoteTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuoteTime
Returns a new instance of ReturnRateQuoteTime.
70414 70415 70416 70417 70418 70419 70420 |
# File 'lib/quickfix_fields.rb', line 70414 def initialize(data = nil) if( data == nil ) super(42749) else super(42749, data) end end |
Class Method Details
.field ⇒ Object
70411 70412 70413 |
# File 'lib/quickfix_fields.rb', line 70411 def ReturnRateQuoteTime.field return 42749 end |