Class: Quickfix::PaymentScheduleReferencePage

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

Returns a new instance of PaymentScheduleReferencePage.



38616
38617
38618
38619
38620
38621
38622
# File 'lib/quickfix_fields.rb', line 38616

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

Class Method Details

.fieldObject



38613
38614
38615
# File 'lib/quickfix_fields.rb', line 38613

def PaymentScheduleReferencePage.field
  return 40871
end