Class: Quickfix::PaymentLegRefID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentLegRefID

Returns a new instance of PaymentLegRefID.



58012
58013
58014
58015
58016
58017
58018
# File 'lib/quickfix_fields.rb', line 58012

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