Class: Quickfix::PaymentScheduleXID

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

Returns a new instance of PaymentScheduleXID.



44375
44376
44377
44378
44379
44380
44381
# File 'lib/quickfix_fields.rb', line 44375

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

Class Method Details

.fieldObject



44372
44373
44374
# File 'lib/quickfix_fields.rb', line 44372

def PaymentScheduleXID.field
  return 41164
end