Class: Quickfix::LongQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LongQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LongQty
constructor
A new instance of LongQty.
Constructor Details
#initialize(data = nil) ⇒ LongQty
Returns a new instance of LongQty.
15645 15646 15647 15648 15649 15650 15651 |
# File 'lib/quickfix_fields.rb', line 15645 def initialize(data = nil) if( data == nil ) super(704) else super(704, data) end end |
Class Method Details
.field ⇒ Object
15642 15643 15644 |
# File 'lib/quickfix_fields.rb', line 15642 def LongQty.field return 704 end |