Class: Quickfix::LegPaymentStreamNonDeliverableSettlRateSource

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

Returns a new instance of LegPaymentStreamNonDeliverableSettlRateSource.



28437
28438
28439
28440
28441
28442
28443
# File 'lib/quickfix_fields.rb', line 28437

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

Class Method Details

.fieldObject



28434
28435
28436
# File 'lib/quickfix_fields.rb', line 28434

def LegPaymentStreamNonDeliverableSettlRateSource.field
  return 40087
end