Class: Quickfix::NoTrdRegTimestamps
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoTrdRegTimestamps
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTrdRegTimestamps
constructor
A new instance of NoTrdRegTimestamps.
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 |