Class: Quickfix::NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters
constructor
A new instance of NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters
Returns a new instance of NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters.
72832 72833 72834 72835 72836 72837 72838 |
# File 'lib/quickfix_fields.rb', line 72832 def initialize(data = nil) if( data == nil ) super(42915) else super(42915, data) end end |
Class Method Details
.field ⇒ Object
72829 72830 72831 |
# File 'lib/quickfix_fields.rb', line 72829 def NoUnderlyingPaymentStreamCompoundingDatesBusinessCenters.field return 42915 end |