Class: Quickfix::NoLegPaymentStreamCompoundingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegPaymentStreamCompoundingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegPaymentStreamCompoundingDates
constructor
A new instance of NoLegPaymentStreamCompoundingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegPaymentStreamCompoundingDates
Returns a new instance of NoLegPaymentStreamCompoundingDates.
65968 65969 65970 65971 65972 65973 65974 |
# File 'lib/quickfix_fields.rb', line 65968 def initialize(data = nil) if( data == nil ) super(42405) else super(42405, data) end end |
Class Method Details
.field ⇒ Object
65965 65966 65967 |
# File 'lib/quickfix_fields.rb', line 65965 def NoLegPaymentStreamCompoundingDates.field return 42405 end |