Class: Quickfix::NoPaymentSettlPartySubIDs

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

Returns a new instance of NoPaymentSettlPartySubIDs.



30387
30388
30389
30390
30391
30392
30393
# File 'lib/quickfix_fields.rb', line 30387

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

Class Method Details

.fieldObject



30384
30385
30386
# File 'lib/quickfix_fields.rb', line 30384

def NoPaymentSettlPartySubIDs.field
  return 40238
end