Class: Quickfix::CollAsgnRespType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::CollAsgnRespType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollAsgnRespType
constructor
A new instance of CollAsgnRespType.
Constructor Details
#initialize(data = nil) ⇒ CollAsgnRespType
Returns a new instance of CollAsgnRespType.
2073 2074 2075 2076 2077 2078 2079 |
# File 'lib/quickfix_fields.rb', line 2073 def initialize(data = nil) if( data == nil ) super(905) else super(905, data) end end |
Class Method Details
.field ⇒ Object
2070 2071 2072 |
# File 'lib/quickfix_fields.rb', line 2070 def CollAsgnRespType.field return 905 end |