Class: Quickfix::UnderlyingProtectionTermXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermXIDRef

Returns a new instance of UnderlyingProtectionTermXIDRef.



26201
26202
26203
26204
26205
26206
26207
# File 'lib/quickfix_fields.rb', line 26201

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