Class: Quickfix::UnderlyingRestructuringType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRestructuringType

Returns a new instance of UnderlyingRestructuringType.



18739
18740
18741
18742
18743
18744
18745
# File 'lib/quickfix_fields.rb', line 18739

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

Class Method Details

.fieldObject



18736
18737
18738
# File 'lib/quickfix_fields.rb', line 18736

def UnderlyingRestructuringType.field
	return 1453
end