Class: Quickfix::LegProtectionTermEventCurrency

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

Returns a new instance of LegProtectionTermEventCurrency.



50927
50928
50929
50930
50931
50932
50933
# File 'lib/quickfix_fields.rb', line 50927

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

Class Method Details

.fieldObject



50924
50925
50926
# File 'lib/quickfix_fields.rb', line 50924

def LegProtectionTermEventCurrency.field
  return 41628
end