Class: Quickfix::LegRepoCollateralSecurityType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegRepoCollateralSecurityType

Returns a new instance of LegRepoCollateralSecurityType.



10237
10238
10239
10240
10241
10242
10243
# File 'lib/quickfix_fields.rb', line 10237

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

Class Method Details

.fieldObject



10234
10235
10236
# File 'lib/quickfix_fields.rb', line 10234

def LegRepoCollateralSecurityType.field
	return 250
end