Class: Quickfix::ReturnRateQuoteDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ReturnRateQuoteDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuoteDate
constructor
A new instance of ReturnRateQuoteDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuoteDate
70427 70428 70429 70430 70431 70432 70433 |
# File 'lib/quickfix_fields.rb', line 70427 def initialize(data = nil) if( data == nil ) super(42750) else super(42750, data) end end |
Class Method Details
.field ⇒ Object
70424 70425 70426 |
# File 'lib/quickfix_fields.rb', line 70424 def ReturnRateQuoteDate.field return 42750 end |