Class: Quickfix::LegStrikePriceBoundaryMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStrikePriceBoundaryMethod

Returns a new instance of LegStrikePriceBoundaryMethod.



42997
42998
42999
43000
43001
43002
43003
# File 'lib/quickfix_fields.rb', line 42997

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