Class: Quickfix::ApplResponseID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ApplResponseID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplResponseID
constructor
A new instance of ApplResponseID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ApplResponseID
Returns a new instance of ApplResponseID.
18557 18558 18559 18560 18561 18562 18563 |
# File 'lib/quickfix_fields.rb', line 18557 def initialize(data = nil) if( data == nil ) super(1353) else super(1353, data) end end |
Class Method Details
.field ⇒ Object
18554 18555 18556 |
# File 'lib/quickfix_fields.rb', line 18554 def ApplResponseID.field return 1353 end |