Class: Quickfix::LowPx

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LowPx



10458
10459
10460
10461
10462
10463
10464
# File 'lib/quickfix_fields.rb', line 10458

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

Class Method Details

.fieldObject



10455
10456
10457
# File 'lib/quickfix_fields.rb', line 10455

def LowPx.field
	return 333
end