Class: Quickfix::UnderlyingLocaleOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLocaleOfIssue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLocaleOfIssue
constructor
A new instance of UnderlyingLocaleOfIssue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLocaleOfIssue
Returns a new instance of UnderlyingLocaleOfIssue.
8079 8080 8081 8082 8083 8084 8085 |
# File 'lib/quickfix_fields.rb', line 8079 def initialize(data = nil) if( data == nil ) super(594) else super(594, data) end end |