Class: Quickfix::UnderlyingCountryOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCountryOfIssue
constructor
A new instance of UnderlyingCountryOfIssue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCountryOfIssue
Returns a new instance of UnderlyingCountryOfIssue.
8053 8054 8055 8056 8057 8058 8059 |
# File 'lib/quickfix_fields.rb', line 8053 def initialize(data = nil) if( data == nil ) super(592) else super(592, data) end end |