Class: Quickfix::RepoCollateralSecurityType

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

Returns a new instance of RepoCollateralSecurityType.



66968
66969
66970
66971
66972
66973
66974
# File 'ext/quickfix/QuickfixRuby.cpp', line 66968

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

Class Method Details

.fieldObject



5762
5763
5764
# File 'lib/quickfix_fields.rb', line 5762

def RepoCollateralSecurityType.field
	return 239
end