Class: Quickfix::LegIssuer
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegIssuer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegIssuer
constructor
A new instance of LegIssuer.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegIssuer
Returns a new instance of LegIssuer.
8378 8379 8380 8381 8382 8383 8384 |
# File 'lib/quickfix_fields.rb', line 8378 def initialize(data = nil) if( data == nil ) super(617) else super(617, data) end end |
Class Method Details
.field ⇒ Object
8375 8376 8377 |
# File 'lib/quickfix_fields.rb', line 8375 def LegIssuer.field return 617 end |