Class: Quickfix::NoLegPosAmt
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPosAmt
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPosAmt
constructor
A new instance of NoLegPosAmt.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPosAmt
Returns a new instance of NoLegPosAmt.
21781 21782 21783 21784 21785 21786 21787 |
# File 'lib/quickfix_fields.rb', line 21781 def initialize(data = nil) if( data == nil ) super(1586) else super(1586, data) end end |
Class Method Details
.field ⇒ Object
21778 21779 21780 |
# File 'lib/quickfix_fields.rb', line 21778 def NoLegPosAmt.field return 1586 end |