Class: Quickfix::UnderlyingAdditionalTermBondSecurityIDSource

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



58077
58078
58079
58080
58081
58082
58083
# File 'lib/quickfix_fields.rb', line 58077

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

Class Method Details

.fieldObject



58074
58075
58076
# File 'lib/quickfix_fields.rb', line 58074

def UnderlyingAdditionalTermBondSecurityIDSource.field
  return 41701
end