Class: Quickfix::LegCountryOfIssue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegCountryOfIssue

Returns a new instance of LegCountryOfIssue.



8105
8106
8107
8108
8109
8110
8111
# File 'lib/quickfix_fields.rb', line 8105

def initialize(data = nil)
	if( data == nil )
		super(596)
	else
		super(596, data)
	end
end