Class: Quickfix::UnderlyingComplexEventScheduleStartDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventScheduleStartDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleStartDate
constructor
A new instance of UnderlyingComplexEventScheduleStartDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleStartDate
Returns a new instance of UnderlyingComplexEventScheduleStartDate.
52825 52826 52827 52828 52829 52830 52831 |
# File 'lib/quickfix_fields.rb', line 52825 def initialize(data = nil) if( data == nil ) super(41751) else super(41751, data) end end |
Class Method Details
.field ⇒ Object
52822 52823 52824 |
# File 'lib/quickfix_fields.rb', line 52822 def UnderlyingComplexEventScheduleStartDate.field return 41751 end |