Class: Quickfix::UnderlyingSymbolPositionNumber

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

Returns a new instance of UnderlyingSymbolPositionNumber.



79319
79320
79321
79322
79323
79324
79325
# File 'lib/quickfix_fields.rb', line 79319

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

Class Method Details

.fieldObject



79316
79317
79318
# File 'lib/quickfix_fields.rb', line 79316

def UnderlyingSymbolPositionNumber.field
  return 2959
end