Class: Quickfix::LastSwapPoints

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastSwapPoints

Returns a new instance of LastSwapPoints.



18219
18220
18221
18222
18223
18224
18225
# File 'lib/quickfix_fields.rb', line 18219

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

Class Method Details

.fieldObject



18216
18217
18218
# File 'lib/quickfix_fields.rb', line 18216

def LastSwapPoints.field
	return 1071
end