Class: Quickfix::UnderlyingCashSettlNumOfValuationDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingCashSettlNumOfValuationDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlNumOfValuationDates
constructor
A new instance of UnderlyingCashSettlNumOfValuationDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlNumOfValuationDates
Returns a new instance of UnderlyingCashSettlNumOfValuationDates.
58415 58416 58417 58418 58419 58420 58421 |
# File 'lib/quickfix_fields.rb', line 58415 def initialize(data = nil) if( data == nil ) super(42045) else super(42045, data) end end |
Class Method Details
.field ⇒ Object
58412 58413 58414 |
# File 'lib/quickfix_fields.rb', line 58412 def UnderlyingCashSettlNumOfValuationDates.field return 42045 end |