Class: Quickfix::UnderlyingRefTickTableID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRefTickTableID

Returns a new instance of 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