Class: Quickfix::TradingCurrency

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

Returns a new instance of TradingCurrency.



147722
147723
147724
147725
147726
147727
147728
# File 'ext/quickfix/QuickfixRuby.cpp', line 147722

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

Class Method Details

.fieldObject



16383
16384
16385
# File 'lib/quickfix_fields.rb', line 16383

def TradingCurrency.field
	return 1245
end