Class: Quickfix::NBBOQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::NBBOQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NBBOQty
constructor
A new instance of NBBOQty.
Constructor Details
#initialize(data = nil) ⇒ NBBOQty
Returns a new instance of NBBOQty.
77486 77487 77488 77489 77490 77491 77492 |
# File 'lib/quickfix_fields.rb', line 77486 def initialize(data = nil) if( data == nil ) super(2833) else super(2833, data) end end |