Class: Quickfix::LegCashSettlNumOfValuationDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegCashSettlNumOfValuationDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlNumOfValuationDates
constructor
A new instance of LegCashSettlNumOfValuationDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlNumOfValuationDates
Returns a new instance of LegCashSettlNumOfValuationDates.
46754 46755 46756 46757 46758 46759 46760 |
# File 'lib/quickfix_fields.rb', line 46754 def initialize(data = nil) if( data == nil ) super(41348) else super(41348, data) end end |
Class Method Details
.field ⇒ Object
46751 46752 46753 |
# File 'lib/quickfix_fields.rb', line 46751 def LegCashSettlNumOfValuationDates.field return 41348 end |