Class: Quickfix::TrdRegTimestampType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TrdRegTimestampType

Returns a new instance of TrdRegTimestampType.



5401
5402
5403
5404
5405
5406
5407
# File 'lib/quickfix_fields.rb', line 5401

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

Class Method Details

.fieldObject



5398
5399
5400
# File 'lib/quickfix_fields.rb', line 5398

def TrdRegTimestampType.field
  return 770
end