Class: Quickfix::TestReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TestReqID
Returns a new instance of TestReqID.
331 332 333 334 335 336 337 |
# File 'lib/quickfix_fields.rb', line 331 def initialize(data = nil) if( data == nil ) super(112) else super(112, data) end end |
Class Method Details
.field ⇒ Object
328 329 330 |
# File 'lib/quickfix_fields.rb', line 328 def TestReqID.field return 112 end |