Class: Quickfix::DerivativeEventPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DerivativeEventPx
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeEventPx
constructor
A new instance of DerivativeEventPx.
Constructor Details
#initialize(data = nil) ⇒ DerivativeEventPx
Returns a new instance of DerivativeEventPx.
17127 17128 17129 17130 17131 17132 17133 |
# File 'lib/quickfix_fields.rb', line 17127 def initialize(data = nil) if( data == nil ) super(1290) else super(1290, data) end end |