Class: Quickfix::FillPx

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FillPx

Returns a new instance of FillPx.



18128
18129
18130
18131
18132
18133
18134
# File 'lib/quickfix_fields.rb', line 18128

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