Class: Quickfix::UnderlyingComplexEventScheduleRollConvention
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventScheduleRollConvention
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleRollConvention
constructor
A new instance of UnderlyingComplexEventScheduleRollConvention.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventScheduleRollConvention
Returns a new instance of UnderlyingComplexEventScheduleRollConvention.
52877 52878 52879 52880 52881 52882 52883 |
# File 'lib/quickfix_fields.rb', line 52877 def initialize(data = nil) if( data == nil ) super(41755) else super(41755, data) end end |
Class Method Details
.field ⇒ Object
52874 52875 52876 |
# File 'lib/quickfix_fields.rb', line 52874 def .field return 41755 end |