Class: Quickfix::LegCountryOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



8102
8103
8104
# File 'lib/quickfix_fields.rb', line 8102

def LegCountryOfIssue.field
	return 596
end