Class: Quickfix::OfferForwardPoints

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OfferForwardPoints

Returns a new instance of OfferForwardPoints.



2892
2893
2894
2895
2896
2897
2898
# File 'lib/quickfix_fields.rb', line 2892

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

Class Method Details

.fieldObject



2889
2890
2891
# File 'lib/quickfix_fields.rb', line 2889

def OfferForwardPoints.field
	return 191
end