Class: Quickfix::LegQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegQty
constructor
A new instance of LegQty.
Constructor Details
#initialize(data = nil) ⇒ LegQty
Returns a new instance of LegQty.
4608 4609 4610 4611 4612 4613 4614 |
# File 'lib/quickfix_fields.rb', line 4608 def initialize(data = nil) if( data == nil ) super(687) else super(687, data) end end |
Class Method Details
.field ⇒ Object
4605 4606 4607 |
# File 'lib/quickfix_fields.rb', line 4605 def LegQty.field return 687 end |