Class: Quickfix::UnderlyingRepoCollateralSecurityType

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

Returns a new instance of UnderlyingRepoCollateralSecurityType.



67360
67361
67362
67363
67364
67365
67366
# File 'ext/quickfix/QuickfixRuby.cpp', line 67360

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

Class Method Details

.fieldObject



5814
5815
5816
# File 'lib/quickfix_fields.rb', line 5814

def UnderlyingRepoCollateralSecurityType.field
	return 243
end