Class: Quickfix::CountryOfIssue

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ CountryOfIssue

Returns a new instance of CountryOfIssue.



71476
71477
71478
71479
71480
71481
71482
# File 'ext/quickfix/QuickfixRuby.cpp', line 71476

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

Class Method Details

.fieldObject



6360
6361
6362
# File 'lib/quickfix_fields.rb', line 6360

def CountryOfIssue.field
	return 470
end