Class: Quickfix::AllocText
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AllocText
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocText
constructor
A new instance of AllocText.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AllocText
Returns a new instance of AllocText.
2502 2503 2504 2505 2506 2507 2508 |
# File 'lib/quickfix_fields.rb', line 2502 def initialize(data = nil) if( data == nil ) super(161) else super(161, data) end end |
Class Method Details
.field ⇒ Object
2499 2500 2501 |
# File 'lib/quickfix_fields.rb', line 2499 def AllocText.field return 161 end |