Class: Quickfix::UnderlyingLocaleOfIssue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLocaleOfIssue

Returns a new instance of UnderlyingLocaleOfIssue.



8079
8080
8081
8082
8083
8084
8085
# File 'lib/quickfix_fields.rb', line 8079

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