Class: Quickfix::LegCreditSupportAgreementDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCreditSupportAgreementDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCreditSupportAgreementDate
constructor
A new instance of LegCreditSupportAgreementDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCreditSupportAgreementDate
Returns a new instance of LegCreditSupportAgreementDate.
61366 61367 61368 61369 61370 61371 61372 |
# File 'lib/quickfix_fields.rb', line 61366 def initialize(data = nil) if( data == nil ) super(2501) else super(2501, data) end end |
Class Method Details
.field ⇒ Object
61363 61364 61365 |
# File 'lib/quickfix_fields.rb', line 61363 def LegCreditSupportAgreementDate.field return 2501 end |