Class: Quickfix::NoTrdRegTimestamps
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
10494 10495 10496 |
# File 'lib/quickfix_fields.rb', line 10494 def NoTrdRegTimestamps.field return 768 end |