Class: Quickfix::ComplexEventScheduleStartDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventScheduleStartDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventScheduleStartDate
constructor
A new instance of ComplexEventScheduleStartDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventScheduleStartDate
Returns a new instance of ComplexEventScheduleStartDate.
41489 41490 41491 41492 41493 41494 41495 |
# File 'lib/quickfix_fields.rb', line 41489 def initialize(data = nil) if( data == nil ) super(41032) else super(41032, data) end end |
Class Method Details
.field ⇒ Object
41486 41487 41488 |
# File 'lib/quickfix_fields.rb', line 41486 def ComplexEventScheduleStartDate.field return 41032 end |