Class: Quickfix::CountryOfIssue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CountryOfIssue

Returns a new instance of CountryOfIssue.



17491
17492
17493
17494
17495
17496
17497
# File 'lib/quickfix_fields.rb', line 17491

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

Class Method Details

.fieldObject



17488
17489
17490
# File 'lib/quickfix_fields.rb', line 17488

def CountryOfIssue.field
	return 470
end