Class: Quickfix::DerivativeEventPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::DerivativeEventPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
7767 7768 7769 7770 7771 7772 7773 |
# File 'lib/quickfix_fields.rb', line 7767 def initialize(data = nil) if( data == nil ) super(1290) else super(1290, data) end end |
Class Method Details
.field ⇒ Object
7764 7765 7766 |
# File 'lib/quickfix_fields.rb', line 7764 def DerivativeEventPx.field return 1290 end |