Class: Quickfix::DerivativeEventPx

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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