Class: Quickfix::DerivativeCountryOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeCountryOfIssue
constructor
A new instance of DerivativeCountryOfIssue.
Constructor Details
#initialize(data = nil) ⇒ DerivativeCountryOfIssue
Returns a new instance of DerivativeCountryOfIssue.
16711 16712 16713 16714 16715 16716 16717 |
# File 'lib/quickfix_fields.rb', line 16711 def initialize(data = nil) if( data == nil ) super(1258) else super(1258, data) end end |