Class: Quickfix::DerivativeCountryOfIssue

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



1290
1291
1292
# File 'lib/quickfix_fields.rb', line 1290

def DerivativeCountryOfIssue.field
	return 1258
end