Class: Quickfix::SideTrdRegTimestampType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideTrdRegTimestampType

Returns a new instance of SideTrdRegTimestampType.



15294
15295
15296
15297
15298
15299
15300
# File 'lib/quickfix_fields.rb', line 15294

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

Class Method Details

.fieldObject



15291
15292
15293
# File 'lib/quickfix_fields.rb', line 15291

def SideTrdRegTimestampType.field
  return 1013
end