Class: Quickfix::LegDividendAmountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendAmountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendAmountType
constructor
A new instance of LegDividendAmountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendAmountType
Returns a new instance of LegDividendAmountType.
65110 65111 65112 65113 65114 65115 65116 |
# File 'lib/quickfix_fields.rb', line 65110 def initialize(data = nil) if( data == nil ) super(42339) else super(42339, data) end end |
Class Method Details
.field ⇒ Object
65107 65108 65109 |
# File 'lib/quickfix_fields.rb', line 65107 def LegDividendAmountType.field return 42339 end |