Class: Quickfix::PaymentStreamCompoundingDateType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingDateType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingDateType
constructor
A new instance of PaymentStreamCompoundingDateType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingDateType
Returns a new instance of PaymentStreamCompoundingDateType.
68568 68569 68570 68571 68572 68573 68574 |
# File 'lib/quickfix_fields.rb', line 68568 def initialize(data = nil) if( data == nil ) super(42608) else super(42608, data) end end |
Class Method Details
.field ⇒ Object
68565 68566 68567 |
# File 'lib/quickfix_fields.rb', line 68565 def PaymentStreamCompoundingDateType.field return 42608 end |