Class: Quickfix::LegPaymentStreamMasterAgreementPaymentDatesIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegPaymentStreamMasterAgreementPaymentDatesIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamMasterAgreementPaymentDatesIndicator
constructor
A new instance of LegPaymentStreamMasterAgreementPaymentDatesIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamMasterAgreementPaymentDatesIndicator
Returns a new instance of LegPaymentStreamMasterAgreementPaymentDatesIndicator.
50459 50460 50461 50462 50463 50464 50465 |
# File 'lib/quickfix_fields.rb', line 50459 def initialize(data = nil) if( data == nil ) super(41592) else super(41592, data) end end |
Class Method Details
.field ⇒ Object
50456 50457 50458 |
# File 'lib/quickfix_fields.rb', line 50456 def LegPaymentStreamMasterAgreementPaymentDatesIndicator.field return 41592 end |