Class: Quickfix::UnderlyingPaymentStreamNonDeliverableSettlRateSource

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

Returns a new instance of UnderlyingPaymentStreamNonDeliverableSettlRateSource.



35886
35887
35888
35889
35890
35891
35892
# File 'lib/quickfix_fields.rb', line 35886

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

Class Method Details

.fieldObject



35883
35884
35885
# File 'lib/quickfix_fields.rb', line 35883

def UnderlyingPaymentStreamNonDeliverableSettlRateSource.field
  return 40661
end