Class: Quickfix::EncodedUnderlyingIssuer
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedUnderlyingIssuer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedUnderlyingIssuer
constructor
A new instance of EncodedUnderlyingIssuer.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedUnderlyingIssuer
Returns a new instance of EncodedUnderlyingIssuer.
4569 4570 4571 4572 4573 4574 4575 |
# File 'lib/quickfix_fields.rb', line 4569 def initialize(data = nil) if( data == nil ) super(363) else super(363, data) end end |
Class Method Details
.field ⇒ Object
4566 4567 4568 |
# File 'lib/quickfix_fields.rb', line 4566 def .field return 363 end |