Class: Quickfix::UnderlyingCountryOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
12213 12214 12215 12216 12217 12218 12219 |
# File 'lib/quickfix_fields.rb', line 12213 def initialize(data = nil) if( data == nil ) super(592) else super(592, data) end end |
Class Method Details
.field ⇒ Object
12210 12211 12212 |
# File 'lib/quickfix_fields.rb', line 12210 def UnderlyingCountryOfIssue.field return 592 end |