Class: Quickfix::UnderlyingRestructuringType

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) ⇒ UnderlyingRestructuringType

Returns a new instance of UnderlyingRestructuringType.



19233
19234
19235
19236
19237
19238
19239
# File 'lib/quickfix_fields.rb', line 19233

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

Class Method Details

.fieldObject



19230
19231
19232
# File 'lib/quickfix_fields.rb', line 19230

def UnderlyingRestructuringType.field
  return 1453
end