Class: Quickfix::UnderlyingStateOrProvinceOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStateOrProvinceOfIssue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStateOrProvinceOfIssue
constructor
A new instance of UnderlyingStateOrProvinceOfIssue.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStateOrProvinceOfIssue
Returns a new instance of UnderlyingStateOrProvinceOfIssue.
8066 8067 8068 8069 8070 8071 8072 |
# File 'lib/quickfix_fields.rb', line 8066 def initialize(data = nil) if( data == nil ) super(593) else super(593, data) end end |