Class: Quickfix::ApplResponseType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ApplResponseType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplResponseType
constructor
A new instance of ApplResponseType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ApplResponseType
Returns a new instance of ApplResponseType.
18492 18493 18494 18495 18496 18497 18498 |
# File 'lib/quickfix_fields.rb', line 18492 def initialize(data = nil) if( data == nil ) super(1348) else super(1348, data) end end |
Class Method Details
.field ⇒ Object
18489 18490 18491 |
# File 'lib/quickfix_fields.rb', line 18489 def ApplResponseType.field return 1348 end |