Class: Quickfix::LegPaymentStreamCompoundingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCompoundingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDateType
constructor
A new instance of LegPaymentStreamCompoundingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCompoundingDateType
Returns a new instance of LegPaymentStreamCompoundingDateType.
65994 65995 65996 65997 65998 65999 66000 |
# File 'lib/quickfix_fields.rb', line 65994 def initialize(data = nil) if( data == nil ) super(42407) else super(42407, data) end end |
Class Method Details
.field ⇒ Object
65991 65992 65993 |
# File 'lib/quickfix_fields.rb', line 65991 def LegPaymentStreamCompoundingDateType.field return 42407 end |