Class: Quickfix::CreditSupportAgreementDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CreditSupportAgreementDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CreditSupportAgreementDesc
constructor
A new instance of CreditSupportAgreementDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CreditSupportAgreementDesc
Returns a new instance of CreditSupportAgreementDesc.
25759 25760 25761 25762 25763 25764 25765 |
# File 'lib/quickfix_fields.rb', line 25759 def initialize(data = nil) if( data == nil ) super(1967) else super(1967, data) end end |
Class Method Details
.field ⇒ Object
25756 25757 25758 |
# File 'lib/quickfix_fields.rb', line 25756 def CreditSupportAgreementDesc.field return 1967 end |