Class: Quickfix::EncodedLegIssuer
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ EncodedLegIssuer
Returns a new instance of EncodedLegIssuer.
1865 1866 1867 1868 1869 1870 1871 |
# File 'lib/quickfix_fields.rb', line 1865 def initialize(data = nil) if( data == nil ) super(619) else super(619, data) end end |
Class Method Details
.field ⇒ Object
1862 1863 1864 |
# File 'lib/quickfix_fields.rb', line 1862 def EncodedLegIssuer.field return 619 end |