Class: Quickfix::UnderlyingProtectionTermXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProtectionTermXID

Returns a new instance of UnderlyingProtectionTermXID.



58818
58819
58820
58821
58822
58823
58824
# File 'lib/quickfix_fields.rb', line 58818

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