Class: Quickfix::DerivativeCountryOfIssue

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

Instance Method Summary collapse

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