Class: Quickfix::LegQtyType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegQtyType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegQtyType
constructor
A new instance of LegQtyType.
Constructor Details
#initialize(data = nil) ⇒ LegQtyType
Returns a new instance of LegQtyType.
21846 21847 21848 21849 21850 21851 21852 |
# File 'lib/quickfix_fields.rb', line 21846 def initialize(data = nil) if( data == nil ) super(1591) else super(1591, data) end end |