Class: Quickfix::LegSymbolPositionNumber

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

Returns a new instance of LegSymbolPositionNumber.



79306
79307
79308
79309
79310
79311
79312
# File 'lib/quickfix_fields.rb', line 79306

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

Class Method Details

.fieldObject



79303
79304
79305
# File 'lib/quickfix_fields.rb', line 79303

def LegSymbolPositionNumber.field
	return 2958
end