Class: Quickfix::SettlCurrency

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

Returns a new instance of SettlCurrency.



37406
37407
37408
37409
37410
37411
37412
# File 'ext/quickfix/QuickfixRuby.cpp', line 37406

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

Class Method Details

.fieldObject



1966
1967
1968
# File 'lib/quickfix_fields.rb', line 1966

def SettlCurrency.field
	return 120
end