Class: Quickfix::TestReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TestReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TestReqID
constructor
A new instance of TestReqID.
Constructor Details
#initialize(data = nil) ⇒ TestReqID
Returns a new instance of TestReqID.
19194 19195 19196 19197 19198 19199 19200 |
# File 'lib/quickfix_fields.rb', line 19194 def initialize(data = nil) if( data == nil ) super(112) else super(112, data) end end |
Class Method Details
.field ⇒ Object
19191 19192 19193 |
# File 'lib/quickfix_fields.rb', line 19191 def TestReqID.field return 112 end |