Method: Quickfix::EncodedIssuer#initialize
- Defined in:
- lib/quickfix_fields.rb
#initialize(data = nil) ⇒ EncodedIssuer
Returns a new instance of EncodedIssuer.
6896 6897 6898 6899 6900 6901 6902 |
# File 'lib/quickfix_fields.rb', line 6896 def initialize(data = nil) if( data == nil ) super(349) else super(349, data) end end |