Class: Quickfix::LegLastQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegLastQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegLastQty
constructor
A new instance of LegLastQty.
Constructor Details
#initialize(data = nil) ⇒ LegLastQty
Returns a new instance of LegLastQty.
5037 5038 5039 5040 5041 5042 5043 |
# File 'lib/quickfix_fields.rb', line 5037 def initialize(data = nil) if( data == nil ) super(1418) else super(1418, data) end end |
Class Method Details
.field ⇒ Object
5034 5035 5036 |
# File 'lib/quickfix_fields.rb', line 5034 def LegLastQty.field return 1418 end |