Class: Quickfix::RepoCollateralSecurityType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RepoCollateralSecurityType

Returns a new instance of RepoCollateralSecurityType.



10692
10693
10694
10695
10696
10697
10698
# File 'lib/quickfix_fields.rb', line 10692

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

Class Method Details

.fieldObject



10689
10690
10691
# File 'lib/quickfix_fields.rb', line 10689

def RepoCollateralSecurityType.field
	return 239
end