Class: Quickfix::ApplReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ApplReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplReqID
constructor
A new instance of ApplReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ApplReqID
Returns a new instance of ApplReqID.
18466 18467 18468 18469 18470 18471 18472 |
# File 'lib/quickfix_fields.rb', line 18466 def initialize(data = nil) if( data == nil ) super(1346) else super(1346, data) end end |
Class Method Details
.field ⇒ Object
18463 18464 18465 |
# File 'lib/quickfix_fields.rb', line 18463 def ApplReqID.field return 1346 end |