Class: Quickfix::LegCountryOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCountryOfIssue
constructor
A new instance of LegCountryOfIssue.
Constructor Details
#initialize(data = nil) ⇒ LegCountryOfIssue
Returns a new instance of LegCountryOfIssue.
8105 8106 8107 8108 8109 8110 8111 |
# File 'lib/quickfix_fields.rb', line 8105 def initialize(data = nil) if( data == nil ) super(596) else super(596, data) end end |