Class: Quickfix::ComplexEventPeriodTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventPeriodTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPeriodTime
constructor
A new instance of ComplexEventPeriodTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPeriodTime
Returns a new instance of ComplexEventPeriodTime.
40891 40892 40893 40894 40895 40896 40897 |
# File 'lib/quickfix_fields.rb', line 40891 def initialize(data = nil) if( data == nil ) super(41009) else super(41009, data) end end |
Class Method Details
.field ⇒ Object
40888 40889 40890 |
# File 'lib/quickfix_fields.rb', line 40888 def ComplexEventPeriodTime.field return 41009 end |