Class: Quickfix::SecondaryLockedQty
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::SecondaryLockedQty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryLockedQty
constructor
A new instance of SecondaryLockedQty.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ SecondaryLockedQty
Returns a new instance of SecondaryLockedQty.
23653 23654 23655 23656 23657 23658 23659 |
# File 'lib/quickfix_fields.rb', line 23653 def initialize(data = nil) if( data == nil ) super(1809) else super(1809, data) end end |
Class Method Details
.field ⇒ Object
23650 23651 23652 |
# File 'lib/quickfix_fields.rb', line 23650 def SecondaryLockedQty.field return 1809 end |