Class: Quickfix::EncodedLegIssuer
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::EncodedLegIssuer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EncodedLegIssuer
constructor
A new instance of EncodedLegIssuer.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EncodedLegIssuer
Returns a new instance of EncodedLegIssuer.
8404 8405 8406 8407 8408 8409 8410 |
# File 'lib/quickfix_fields.rb', line 8404 def initialize(data = nil) if( data == nil ) super(619) else super(619, data) end end |
Class Method Details
.field ⇒ Object
8401 8402 8403 |
# File 'lib/quickfix_fields.rb', line 8401 def EncodedLegIssuer.field return 619 end |