Class: Quickfix::Designation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::Designation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Designation
constructor
A new instance of Designation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ Designation
Returns a new instance of Designation.
6818 6819 6820 6821 6822 6823 6824 |
# File 'lib/quickfix_fields.rb', line 6818 def initialize(data = nil) if( data == nil ) super(494) else super(494, data) end end |
Class Method Details
.field ⇒ Object
6815 6816 6817 |
# File 'lib/quickfix_fields.rb', line 6815 def Designation.field return 494 end |