Class: Quickfix::UnderlyingRepoCollateralSecurityType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRepoCollateralSecurityType

Returns a new instance of UnderlyingRepoCollateralSecurityType.



5349
5350
5351
5352
5353
5354
5355
# File 'lib/quickfix_fields.rb', line 5349

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

Class Method Details

.fieldObject



5346
5347
5348
# File 'lib/quickfix_fields.rb', line 5346

def UnderlyingRepoCollateralSecurityType.field
	return 243
end