Class: Quickfix::ApplResponseType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ ApplResponseType
Returns a new instance of ApplResponseType.
9106 9107 9108 9109 9110 9111 9112 |
# File 'lib/quickfix_fields.rb', line 9106 def initialize(data = nil) if( data == nil ) super(1348) else super(1348, data) end end |
Class Method Details
.field ⇒ Object
9103 9104 9105 |
# File 'lib/quickfix_fields.rb', line 9103 def ApplResponseType.field return 1348 end |