Class: Quickfix::UnderlyingRestructuringType

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

Instance Method Summary collapse

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