Class: Quickfix::UnderlyingProtectionTermCurrency

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

Returns a new instance of UnderlyingProtectionTermCurrency.



58740
58741
58742
58743
58744
58745
58746
# File 'lib/quickfix_fields.rb', line 58740

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

Class Method Details

.fieldObject



58737
58738
58739
# File 'lib/quickfix_fields.rb', line 58737

def UnderlyingProtectionTermCurrency.field
  return 42070
end