Class: Quickfix::LeavesQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LeavesQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LeavesQty
constructor
A new instance of LeavesQty.
Constructor Details
#initialize(data = nil) ⇒ LeavesQty
Returns a new instance of LeavesQty.
14488 14489 14490 14491 14492 14493 14494 |
# File 'lib/quickfix_fields.rb', line 14488 def initialize(data = nil) if( data == nil ) super(151) else super(151, data) end end |
Class Method Details
.field ⇒ Object
14485 14486 14487 |
# File 'lib/quickfix_fields.rb', line 14485 def LeavesQty.field return 151 end |