Class: Quickfix::MinPriceIncrementAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MinPriceIncrementAmount

Returns a new instance of MinPriceIncrementAmount.



16295
16296
16297
16298
16299
16300
16301
# File 'lib/quickfix_fields.rb', line 16295

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

Class Method Details

.fieldObject



16292
16293
16294
# File 'lib/quickfix_fields.rb', line 16292

def MinPriceIncrementAmount.field
	return 1146
end