Class: Quickfix::StrikePriceBoundaryMethod

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

Returns a new instance of StrikePriceBoundaryMethod.



19571
19572
19573
19574
19575
19576
19577
# File 'lib/quickfix_fields.rb', line 19571

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

Class Method Details

.fieldObject



19568
19569
19570
# File 'lib/quickfix_fields.rb', line 19568

def StrikePriceBoundaryMethod.field
	return 1479
end