Class: Quickfix::UnderlyingProtectionTermEventCurrency

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

Returns a new instance of UnderlyingProtectionTermEventCurrency.



58870
58871
58872
58873
58874
58875
58876
# File 'lib/quickfix_fields.rb', line 58870

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

Class Method Details

.fieldObject



58867
58868
58869
# File 'lib/quickfix_fields.rb', line 58867

def UnderlyingProtectionTermEventCurrency.field
  return 42080
end