Class: Quickfix::FillPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FillPx

Returns a new instance of FillPx.



5804
5805
5806
5807
5808
5809
5810
# File 'lib/quickfix_fields.rb', line 5804

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

Class Method Details

.fieldObject



5801
5802
5803
# File 'lib/quickfix_fields.rb', line 5801

def FillPx.field
	return 1364
end