Class: Quickfix::ComplianceText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplianceText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplianceText
constructor
A new instance of ComplianceText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplianceText
Returns a new instance of ComplianceText.
57726 57727 57728 57729 57730 57731 57732 |
# File 'lib/quickfix_fields.rb', line 57726 def initialize(data = nil) if( data == nil ) super(2404) else super(2404, data) end end |
Class Method Details
.field ⇒ Object
57723 57724 57725 |
# File 'lib/quickfix_fields.rb', line 57723 def ComplianceText.field return 2404 end |