Class: Quickfix::DerivativeMinPriceIncrement

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeMinPriceIncrement

Returns a new instance of DerivativeMinPriceIncrement.



9743
9744
9745
9746
9747
9748
9749
# File 'lib/quickfix_fields.rb', line 9743

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

Class Method Details

.fieldObject



9740
9741
9742
# File 'lib/quickfix_fields.rb', line 9740

def DerivativeMinPriceIncrement.field
	return 1267
end