Class: Quickfix::UnderlyingRefTickTableID

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



26760
26761
26762
26763
26764
26765
26766
# File 'lib/quickfix_fields.rb', line 26760

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

Class Method Details

.fieldObject



26757
26758
26759
# File 'lib/quickfix_fields.rb', line 26757

def UnderlyingRefTickTableID.field
  return 2044
end