Class: Quickfix::TrdRegTimestamp

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TrdRegTimestamp



15203
15204
15205
15206
15207
15208
15209
# File 'lib/quickfix_fields.rb', line 15203

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

Class Method Details

.fieldObject



15200
15201
15202
# File 'lib/quickfix_fields.rb', line 15200

def TrdRegTimestamp.field
  return 769
end