Class: Quickfix::SecondaryLowLimitPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecondaryLowLimitPrice

Returns a new instance of SecondaryLowLimitPrice.



11043
11044
11045
11046
11047
11048
11049
# File 'lib/quickfix_fields.rb', line 11043

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

Class Method Details

.fieldObject



11040
11041
11042
# File 'lib/quickfix_fields.rb', line 11040

def SecondaryLowLimitPrice.field
	return 1221
end