Class: Quickfix::UnderlyingPaymentScheduleXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentScheduleXID

Returns a new instance of UnderlyingPaymentScheduleXID.



54736
54737
54738
54739
54740
54741
54742
# File 'lib/quickfix_fields.rb', line 54736

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