Class: Quickfix::AgreementCurrency

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

Returns a new instance of AgreementCurrency.



116398
116399
116400
116401
116402
116403
116404
# File 'ext/quickfix/QuickfixRuby.cpp', line 116398

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

Class Method Details

.fieldObject



12262
12263
12264
# File 'lib/quickfix_fields.rb', line 12262

def AgreementCurrency.field
	return 918
end