Class: Quickfix::ComplexEventPriceBoundaryMethod

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

Returns a new instance of ComplexEventPriceBoundaryMethod.



19675
19676
19677
19678
19679
19680
19681
# File 'lib/quickfix_fields.rb', line 19675

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

Class Method Details

.fieldObject



19672
19673
19674
# File 'lib/quickfix_fields.rb', line 19672

def ComplexEventPriceBoundaryMethod.field
	return 1487
end