Class: Quickfix::LegStrikePriceDeterminationMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStrikePriceDeterminationMethod

Returns a new instance of LegStrikePriceDeterminationMethod.



42984
42985
42986
42987
42988
42989
42990
# File 'lib/quickfix_fields.rb', line 42984

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

Class Method Details

.fieldObject



42981
42982
42983
# File 'lib/quickfix_fields.rb', line 42981

def LegStrikePriceDeterminationMethod.field
	return 2186
end