Class: Quickfix::LegTotalIssuedAmount
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegTotalIssuedAmount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegTotalIssuedAmount
constructor
A new instance of LegTotalIssuedAmount.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegTotalIssuedAmount
Returns a new instance of LegTotalIssuedAmount.
42672 42673 42674 42675 42676 42677 42678 |
# File 'lib/quickfix_fields.rb', line 42672 def initialize(data = nil) if( data == nil ) super(2162) else super(2162, data) end end |
Class Method Details
.field ⇒ Object
42669 42670 42671 |
# File 'lib/quickfix_fields.rb', line 42669 def LegTotalIssuedAmount.field return 2162 end |