Class: Quickfix::ComplexEventDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventDateUnadjusted
constructor
A new instance of ComplexEventDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventDateUnadjusted
Returns a new instance of ComplexEventDateUnadjusted.
41034 41035 41036 41037 41038 41039 41040 |
# File 'lib/quickfix_fields.rb', line 41034 def initialize(data = nil) if( data == nil ) super(41020) else super(41020, data) end end |
Class Method Details
.field ⇒ Object
41031 41032 41033 |
# File 'lib/quickfix_fields.rb', line 41031 def ComplexEventDateUnadjusted.field return 41020 end |