Class: Quickfix::RestructuringType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RestructuringType

Returns a new instance of RestructuringType.



11134
11135
11136
11137
11138
11139
11140
# File 'lib/quickfix_fields.rb', line 11134

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

Class Method Details

.fieldObject



11131
11132
11133
# File 'lib/quickfix_fields.rb', line 11131

def RestructuringType.field
	return 1449
end