Class: Quickfix::SettlPriceIncrement

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlPriceIncrement

Returns a new instance of SettlPriceIncrement.



23978
23979
23980
23981
23982
23983
23984
# File 'lib/quickfix_fields.rb', line 23978

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

Class Method Details

.fieldObject



23975
23976
23977
# File 'lib/quickfix_fields.rb', line 23975

def SettlPriceIncrement.field
	return 1830
end