Class: Quickfix::NoComplexEvents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoComplexEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEvents
constructor
A new instance of NoComplexEvents.
Constructor Details
#initialize(data = nil) ⇒ NoComplexEvents
Returns a new instance of NoComplexEvents.
18635 18636 18637 18638 18639 18640 18641 |
# File 'lib/quickfix_fields.rb', line 18635 def initialize(data = nil) if( data == nil ) super(1483) else super(1483, data) end end |
Class Method Details
.field ⇒ Object
18632 18633 18634 |
# File 'lib/quickfix_fields.rb', line 18632 def NoComplexEvents.field return 1483 end |