Class: Quickfix::NoDerivativeEvents
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoDerivativeEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoDerivativeEvents
constructor
A new instance of NoDerivativeEvents.
Constructor Details
#initialize(data = nil) ⇒ NoDerivativeEvents
Returns a new instance of NoDerivativeEvents.
8118 8119 8120 8121 8122 8123 8124 |
# File 'lib/quickfix_fields.rb', line 8118 def initialize(data = nil) if( data == nil ) super(1286) else super(1286, data) end end |
Class Method Details
.field ⇒ Object
8115 8116 8117 |
# File 'lib/quickfix_fields.rb', line 8115 def NoDerivativeEvents.field return 1286 end |