Class: Quickfix::UnderlyingRepoCollateralSecurityType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRepoCollateralSecurityType

Returns a new instance of UnderlyingRepoCollateralSecurityType.



5960
5961
5962
5963
5964
5965
5966
# File 'lib/quickfix_fields.rb', line 5960

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