Class: Quickfix::Currency

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

Returns a new instance of Currency.



29406
29407
29408
29409
29410
29411
29412
# File 'ext/quickfix/QuickfixRuby.cpp', line 29406

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

Class Method Details

.fieldObject



939
940
941
# File 'lib/quickfix_fields.rb', line 939

def Currency.field
	return 15
end