Class: Quickfix::LegOrderQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegOrderQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOrderQty
constructor
A new instance of LegOrderQty.
Constructor Details
#initialize(data = nil) ⇒ LegOrderQty
Returns a new instance of LegOrderQty.
227 228 229 230 231 232 233 |
# File 'lib/quickfix_fields.rb', line 227 def initialize(data = nil) if( data == nil ) super(685) else super(685, data) end end |
Class Method Details
.field ⇒ Object
224 225 226 |
# File 'lib/quickfix_fields.rb', line 224 def LegOrderQty.field return 685 end |