Class: Quickfix::UnderlyingPaymentScheduleXID

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

Class Method Details

.fieldObject



54733
54734
54735
# File 'lib/quickfix_fields.rb', line 54733

def UnderlyingPaymentScheduleXID.field
  return 41881
end