Class: Quickfix::EventPx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EventPx

Returns a new instance of EventPx.



11745
11746
11747
11748
11749
11750
11751
# File 'lib/quickfix_fields.rb', line 11745

def initialize(data = nil)
  if( data == nil )
    super(867)
  else
    super(867, data)
  end
end