Class: Quickfix::NoDerivativeEvents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoDerivativeEvents
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDerivativeEvents
constructor
A new instance of NoDerivativeEvents.
Constructor Details
#initialize(data = nil) ⇒ NoDerivativeEvents
17075 17076 17077 17078 17079 17080 17081 |
# File 'lib/quickfix_fields.rb', line 17075 def initialize(data = nil) if( data == nil ) super(1286) else super(1286, data) end end |