Class: Quickfix::LegStrikePriceBoundaryMethod

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) ⇒ 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

Class Method Details

.fieldObject



42994
42995
42996
# File 'lib/quickfix_fields.rb', line 42994

def LegStrikePriceBoundaryMethod.field
	return 2187
end