Class: Quickfix::LegProtectionTermXID

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

Returns a new instance of LegProtectionTermXID.



50784
50785
50786
50787
50788
50789
50790
# File 'lib/quickfix_fields.rb', line 50784

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

Class Method Details

.fieldObject



50781
50782
50783
# File 'lib/quickfix_fields.rb', line 50781

def LegProtectionTermXID.field
  return 41617
end