Class: Quickfix::LockedQty
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LockedQty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LockedQty
constructor
A new instance of LockedQty.
Constructor Details
#initialize(data = nil) ⇒ LockedQty
Returns a new instance of LockedQty.
23640 23641 23642 23643 23644 23645 23646 |
# File 'lib/quickfix_fields.rb', line 23640 def initialize(data = nil) if( data == nil ) super(1808) else super(1808, data) end end |