Class: Quickfix::LegAgreementID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegAgreementID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegAgreementID
constructor
A new instance of LegAgreementID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegAgreementID
Returns a new instance of LegAgreementID.
61327 61328 61329 61330 61331 61332 61333 |
# File 'lib/quickfix_fields.rb', line 61327 def initialize(data = nil) if( data == nil ) super(2498) else super(2498, data) end end |
Class Method Details
.field ⇒ Object
61324 61325 61326 |
# File 'lib/quickfix_fields.rb', line 61324 def LegAgreementID.field return 2498 end |