Class: Quickfix::DerivativeCountryOfIssue
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeCountryOfIssue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
1293 1294 1295 1296 1297 1298 1299 |
# File 'lib/quickfix_fields.rb', line 1293 def initialize(data = nil) if( data == nil ) super(1258) else super(1258, data) end end |
Class Method Details
.field ⇒ Object
1290 1291 1292 |
# File 'lib/quickfix_fields.rb', line 1290 def DerivativeCountryOfIssue.field return 1258 end |