Class: Quickfix::CreditSupportAgreementDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CreditSupportAgreementDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CreditSupportAgreementDate
constructor
A new instance of CreditSupportAgreementDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CreditSupportAgreementDate
Returns a new instance of CreditSupportAgreementDate.
25772 25773 25774 25775 25776 25777 25778 |
# File 'lib/quickfix_fields.rb', line 25772 def initialize(data = nil) if( data == nil ) super(1968) else super(1968, data) end end |
Class Method Details
.field ⇒ Object
25769 25770 25771 |
# File 'lib/quickfix_fields.rb', line 25769 def CreditSupportAgreementDate.field return 1968 end |