Class: Quickfix::DerivativeMinPriceIncrementAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeMinPriceIncrementAmount

Returns a new instance of DerivativeMinPriceIncrementAmount.



4153
4154
4155
4156
4157
4158
4159
# File 'lib/quickfix_fields.rb', line 4153

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

Class Method Details

.fieldObject



4150
4151
4152
# File 'lib/quickfix_fields.rb', line 4150

def DerivativeMinPriceIncrementAmount.field
	return 1268
end