Class: Quickfix::MaxPriceVariation

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MaxPriceVariation

Returns a new instance of MaxPriceVariation.



7208
7209
7210
7211
7212
7213
7214
# File 'lib/quickfix_fields.rb', line 7208

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

Class Method Details

.fieldObject



7205
7206
7207
# File 'lib/quickfix_fields.rb', line 7205

def MaxPriceVariation.field
	return 1143
end