Class: Quickfix::ProvisionText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionText
constructor
A new instance of ProvisionText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionText
Returns a new instance of ProvisionText.
28775 28776 28777 28778 28779 28780 28781 |
# File 'lib/quickfix_fields.rb', line 28775 def initialize(data = nil) if( data == nil ) super(40113) else super(40113, data) end end |
Class Method Details
.field ⇒ Object
28772 28773 28774 |
# File 'lib/quickfix_fields.rb', line 28772 def ProvisionText.field return 40113 end |