Class: Quickfix::PaymentSettlPartyID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PaymentSettlPartyID

Returns a new instance of PaymentSettlPartyID.



30335
30336
30337
30338
30339
30340
30341
# File 'lib/quickfix_fields.rb', line 30335

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

Class Method Details

.fieldObject



30332
30333
30334
# File 'lib/quickfix_fields.rb', line 30332

def PaymentSettlPartyID.field
  return 40234
end