Class: Quickfix::LegCreditSupportAgreementDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCreditSupportAgreementDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCreditSupportAgreementDesc
constructor
A new instance of LegCreditSupportAgreementDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCreditSupportAgreementDesc
Returns a new instance of LegCreditSupportAgreementDesc.
61379 61380 61381 61382 61383 61384 61385 |
# File 'lib/quickfix_fields.rb', line 61379 def initialize(data = nil) if( data == nil ) super(2502) else super(2502, data) end end |
Class Method Details
.field ⇒ Object
61376 61377 61378 |
# File 'lib/quickfix_fields.rb', line 61376 def LegCreditSupportAgreementDesc.field return 2502 end |