Class: Quickfix::LegReturnRateValuationDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegReturnRateValuationDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateValuationDate
constructor
A new instance of LegReturnRateValuationDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateValuationDate
Returns a new instance of LegReturnRateValuationDate.
68139 68140 68141 68142 68143 68144 68145 |
# File 'lib/quickfix_fields.rb', line 68139 def initialize(data = nil) if( data == nil ) super(42572) else super(42572, data) end end |
Class Method Details
.field ⇒ Object
68136 68137 68138 |
# File 'lib/quickfix_fields.rb', line 68136 def LegReturnRateValuationDate.field return 42572 end |