Class: Quickfix::LegStrikePriceDeterminationMethod

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

Instance Method Summary collapse

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