Class: Quickfix::EncodedUnderlyingAdditionalTermBondDescLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingAdditionalTermBondDescLen



58103
58104
58105
58106
58107
58108
58109
# File 'lib/quickfix_fields.rb', line 58103

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