Class: Quickfix::DerivativeEventPx

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



7764
7765
7766
# File 'lib/quickfix_fields.rb', line 7764

def DerivativeEventPx.field
  return 1290
end