Class: Quickfix::UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator
constructor
A new instance of UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator
Returns a new instance of UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator.
55477 55478 55479 55480 55481 55482 55483 |
# File 'lib/quickfix_fields.rb', line 55477 def initialize(data = nil) if( data == nil ) super(41940) else super(41940, data) end end |
Class Method Details
.field ⇒ Object
55474 55475 55476 |
# File 'lib/quickfix_fields.rb', line 55474 def UnderlyingPaymentStreamMasterAgreementPaymentDatesIndicator.field return 41940 end |