Class: Quickfix::LegRepoCollateralSecurityType

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

Returns a new instance of LegRepoCollateralSecurityType.



68046
68047
68048
68049
68050
68051
68052
# File 'ext/quickfix/QuickfixRuby.cpp', line 68046

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

Class Method Details

.fieldObject



5905
5906
5907
# File 'lib/quickfix_fields.rb', line 5905

def LegRepoCollateralSecurityType.field
	return 250
end