Class: Quickfix::NoTrdRegTimestamps

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

Returns a new instance of NoTrdRegTimestamps.



10497
10498
10499
10500
10501
10502
10503
# File 'lib/quickfix_fields.rb', line 10497

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

Class Method Details

.fieldObject



10494
10495
10496
# File 'lib/quickfix_fields.rb', line 10494

def NoTrdRegTimestamps.field
  return 768
end