Class: Quickfix::LastForwardPoints

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastForwardPoints

Returns a new instance of LastForwardPoints.



16763
16764
16765
16766
16767
16768
16769
# File 'lib/quickfix_fields.rb', line 16763

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

Class Method Details

.fieldObject



16760
16761
16762
# File 'lib/quickfix_fields.rb', line 16760

def LastForwardPoints.field
	return 195
end