Class: Quickfix::CreditSupportAgreementID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CreditSupportAgreementID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CreditSupportAgreementID
constructor
A new instance of CreditSupportAgreementID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CreditSupportAgreementID
Returns a new instance of CreditSupportAgreementID.
25785 25786 25787 25788 25789 25790 25791 |
# File 'lib/quickfix_fields.rb', line 25785 def initialize(data = nil) if( data == nil ) super(1969) else super(1969, data) end end |
Class Method Details
.field ⇒ Object
25782 25783 25784 |
# File 'lib/quickfix_fields.rb', line 25782 def CreditSupportAgreementID.field return 1969 end |