Class: Quickfix::NoPositions
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPositions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPositions
constructor
A new instance of NoPositions.
Constructor Details
#initialize(data = nil) ⇒ NoPositions
Returns a new instance of NoPositions.
5167 5168 5169 5170 5171 5172 5173 |
# File 'lib/quickfix_fields.rb', line 5167 def initialize(data = nil) if( data == nil ) super(702) else super(702, data) end end |
Class Method Details
.field ⇒ Object
5164 5165 5166 |
# File 'lib/quickfix_fields.rb', line 5164 def NoPositions.field return 702 end |