Class: Quickfix::ProtectionTermEventCurrency

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

Returns a new instance of ProtectionTermEventCurrency.



29828
29829
29830
29831
29832
29833
29834
# File 'lib/quickfix_fields.rb', line 29828

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

Class Method Details

.fieldObject



29825
29826
29827
# File 'lib/quickfix_fields.rb', line 29825

def ProtectionTermEventCurrency.field
  return 40194
end