Class: Quickfix::PaymentScheduleXIDRef

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

Returns a new instance of PaymentScheduleXIDRef.



44388
44389
44390
44391
44392
44393
44394
# File 'lib/quickfix_fields.rb', line 44388

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

Class Method Details

.fieldObject



44385
44386
44387
# File 'lib/quickfix_fields.rb', line 44385

def PaymentScheduleXIDRef.field
  return 41165
end