Class: Quickfix::CommCurrency

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) ⇒ CommCurrency

Returns a new instance of CommCurrency.



72358
72359
72360
72361
72362
72363
72364
# File 'ext/quickfix/QuickfixRuby.cpp', line 72358

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

Class Method Details

.fieldObject



6477
6478
6479
# File 'lib/quickfix_fields.rb', line 6477

def CommCurrency.field
	return 479
end