Class: Quickfix::PaymentStreamNonDeliverableSettlRateSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamNonDeliverableSettlRateSource

Returns a new instance of PaymentStreamNonDeliverableSettlRateSource.



32116
32117
32118
32119
32120
32121
32122
# File 'lib/quickfix_fields.rb', line 32116

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

Class Method Details

.fieldObject



32113
32114
32115
# File 'lib/quickfix_fields.rb', line 32113

def PaymentStreamNonDeliverableSettlRateSource.field
  return 40371
end