Class: Quickfix::ValuationTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ValuationTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ValuationTime
constructor
A new instance of ValuationTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ValuationTime
Returns a new instance of ValuationTime.
40215 40216 40217 40218 40219 40220 40221 |
# File 'lib/quickfix_fields.rb', line 40215 def initialize(data = nil) if( data == nil ) super(2086) else super(2086, data) end end |
Class Method Details
.field ⇒ Object
40212 40213 40214 |
# File 'lib/quickfix_fields.rb', line 40212 def ValuationTime.field return 2086 end |