Class: Quickfix::NoTrdRegTimestamps

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoTrdRegTimestamps

Returns a new instance of NoTrdRegTimestamps.



18765
18766
18767
18768
18769
18770
18771
# File 'lib/quickfix_fields.rb', line 18765

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

Class Method Details

.fieldObject



18762
18763
18764
# File 'lib/quickfix_fields.rb', line 18762

def NoTrdRegTimestamps.field
  return 768
end