Class: Quickfix::CashSettlNumOfValuationDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::CashSettlNumOfValuationDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashSettlNumOfValuationDates
constructor
A new instance of CashSettlNumOfValuationDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ CashSettlNumOfValuationDates
Returns a new instance of CashSettlNumOfValuationDates.
27618 27619 27620 27621 27622 27623 27624 |
# File 'lib/quickfix_fields.rb', line 27618 def initialize(data = nil) if( data == nil ) super(40917) else super(40917, data) end end |
Class Method Details
.field ⇒ Object
27615 27616 27617 |
# File 'lib/quickfix_fields.rb', line 27615 def CashSettlNumOfValuationDates.field return 40917 end |