Class: Quickfix::AgreementDesc
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AgreementDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AgreementDesc
constructor
A new instance of AgreementDesc.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AgreementDesc
Returns a new instance of AgreementDesc.
12343 12344 12345 12346 12347 12348 12349 |
# File 'lib/quickfix_fields.rb', line 12343 def initialize(data = nil) if( data == nil ) super(913) else super(913, data) end end |
Class Method Details
.field ⇒ Object
12340 12341 12342 |
# File 'lib/quickfix_fields.rb', line 12340 def AgreementDesc.field return 913 end |