Class: Quickfix::NoSideTrdRegTS
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoSideTrdRegTS
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSideTrdRegTS
constructor
A new instance of NoSideTrdRegTS.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoSideTrdRegTS
Returns a new instance of NoSideTrdRegTS.
13643 13644 13645 13646 13647 13648 13649 |
# File 'lib/quickfix_fields.rb', line 13643 def initialize(data = nil) if( data == nil ) super(1016) else super(1016, data) end end |
Class Method Details
.field ⇒ Object
13640 13641 13642 |
# File 'lib/quickfix_fields.rb', line 13640 def NoSideTrdRegTS.field return 1016 end |