Class: Quickfix::PaymentSettlPartySubIDType

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

Returns a new instance of PaymentSettlPartySubIDType.



30413
30414
30415
30416
30417
30418
30419
# File 'lib/quickfix_fields.rb', line 30413

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

Class Method Details

.fieldObject



30410
30411
30412
# File 'lib/quickfix_fields.rb', line 30410

def PaymentSettlPartySubIDType.field
  return 40240
end