Class: Quickfix::AllocQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllocQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocQty
constructor
A new instance of AllocQty.
Constructor Details
#initialize(data = nil) ⇒ AllocQty
Returns a new instance of AllocQty.
15268 15269 15270 15271 15272 15273 15274 |
# File 'lib/quickfix_fields.rb', line 15268 def initialize(data = nil) if( data == nil ) super(80) else super(80, data) end end |
Class Method Details
.field ⇒ Object
15265 15266 15267 |
# File 'lib/quickfix_fields.rb', line 15265 def AllocQty.field return 80 end |