Class: Quickfix::OrderEventPx

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderEventPx

Returns a new instance of OrderEventPx.



23523
23524
23525
23526
23527
23528
23529
# File 'lib/quickfix_fields.rb', line 23523

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

Class Method Details

.fieldObject



23520
23521
23522
# File 'lib/quickfix_fields.rb', line 23520

def OrderEventPx.field
  return 1799
end