Class: Quickfix::FillQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::FillQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FillQty
constructor
A new instance of FillQty.
Constructor Details
#initialize(data = nil) ⇒ FillQty
Returns a new instance of FillQty.
15736 15737 15738 15739 15740 15741 15742 |
# File 'lib/quickfix_fields.rb', line 15736 def initialize(data = nil) if( data == nil ) super(1365) else super(1365, data) end end |
Class Method Details
.field ⇒ Object
15733 15734 15735 |
# File 'lib/quickfix_fields.rb', line 15733 def FillQty.field return 1365 end |