Class: Quickfix::UnderlyingIssuer
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingIssuer
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingIssuer
constructor
A new instance of UnderlyingIssuer.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingIssuer
Returns a new instance of UnderlyingIssuer.
3867 3868 3869 3870 3871 3872 3873 |
# File 'lib/quickfix_fields.rb', line 3867 def initialize(data = nil) if( data == nil ) super(306) else super(306, data) end end |