Class: Quickfix::ComplexEventScheduleRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventScheduleRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventScheduleRollConvention
constructor
A new instance of ComplexEventScheduleRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventScheduleRollConvention
Returns a new instance of ComplexEventScheduleRollConvention.
41541 41542 41543 41544 41545 41546 41547 |
# File 'lib/quickfix_fields.rb', line 41541 def initialize(data = nil) if( data == nil ) super(41036) else super(41036, data) end end |
Class Method Details
.field ⇒ Object
41538 41539 41540 |
# File 'lib/quickfix_fields.rb', line 41538 def ComplexEventScheduleRollConvention.field return 41036 end |