Class: Quickfix::LegProtectionTermXID

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

Instance Method Summary collapse

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