Class: Quickfix::RestructuringType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RestructuringType

Returns a new instance of RestructuringType.



19181
19182
19183
19184
19185
19186
19187
# File 'lib/quickfix_fields.rb', line 19181

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

Class Method Details

.fieldObject



19178
19179
19180
# File 'lib/quickfix_fields.rb', line 19178

def RestructuringType.field
  return 1449
end