Class: Quickfix::NoUnderlyingComplexEventSchedules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingComplexEventSchedules
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventSchedules
constructor
A new instance of NoUnderlyingComplexEventSchedules.
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 |