Class: Quickfix::LegCreditSupportAgreementID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCreditSupportAgreementID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCreditSupportAgreementID
constructor
A new instance of LegCreditSupportAgreementID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCreditSupportAgreementID
Returns a new instance of LegCreditSupportAgreementID.
61392 61393 61394 61395 61396 61397 61398 |
# File 'lib/quickfix_fields.rb', line 61392 def initialize(data = nil) if( data == nil ) super(2503) else super(2503, data) end end |
Class Method Details
.field ⇒ Object
61389 61390 61391 |
# File 'lib/quickfix_fields.rb', line 61389 def LegCreditSupportAgreementID.field return 2503 end |