Class: Quickfix::NoUnderlyingComplexEventSchedules
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventSchedules
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventSchedules
constructor
A new instance of NoUnderlyingComplexEventSchedules.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventSchedules
Returns a new instance of NoUnderlyingComplexEventSchedules.
52812 52813 52814 52815 52816 52817 52818 |
# File 'lib/quickfix_fields.rb', line 52812 def initialize(data = nil) if( data == nil ) super(41750) else super(41750, data) end end |
Class Method Details
.field ⇒ Object
52809 52810 52811 |
# File 'lib/quickfix_fields.rb', line 52809 def .field return 41750 end |