Class: Quickfix::NoUnderlyingProtectionTermEvents

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingProtectionTermEvents

Returns a new instance of NoUnderlyingProtectionTermEvents.



58831
58832
58833
58834
58835
58836
58837
# File 'lib/quickfix_fields.rb', line 58831

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

Class Method Details

.fieldObject



58828
58829
58830
# File 'lib/quickfix_fields.rb', line 58828

def NoUnderlyingProtectionTermEvents.field
  return 42077
end