Class: Quickfix::NoOrderEvents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoOrderEvents
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoOrderEvents
constructor
A new instance of NoOrderEvents.
Constructor Details
#initialize(data = nil) ⇒ NoOrderEvents
Returns a new instance of NoOrderEvents.
23471 23472 23473 23474 23475 23476 23477 |
# File 'lib/quickfix_fields.rb', line 23471 def initialize(data = nil) if( data == nil ) super(1795) else super(1795, data) end end |