Class: Quickfix::NoTrdRegTimestamps
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoTrdRegTimestamps
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
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
.field ⇒ Object
18762 18763 18764 |
# File 'lib/quickfix_fields.rb', line 18762 def NoTrdRegTimestamps.field return 768 end |