Class: Quickfix::PaymentStreamMasterAgreementPaymentDatesIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::PaymentStreamMasterAgreementPaymentDatesIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamMasterAgreementPaymentDatesIndicator
constructor
A new instance of PaymentStreamMasterAgreementPaymentDatesIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamMasterAgreementPaymentDatesIndicator
Returns a new instance of PaymentStreamMasterAgreementPaymentDatesIndicator.
45116 45117 45118 45119 45120 45121 45122 |
# File 'lib/quickfix_fields.rb', line 45116 def initialize(data = nil) if( data == nil ) super(41223) else super(41223, data) end end |
Class Method Details
.field ⇒ Object
45113 45114 45115 |
# File 'lib/quickfix_fields.rb', line 45113 def PaymentStreamMasterAgreementPaymentDatesIndicator.field return 41223 end |