Class: Quickfix::UnderlyingPaymentStreamPaymentDateBusinessCenter

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



34859
34860
34861
34862
34863
34864
34865
# File 'lib/quickfix_fields.rb', line 34859

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

Class Method Details

.fieldObject



34856
34857
34858
# File 'lib/quickfix_fields.rb', line 34856

def UnderlyingPaymentStreamPaymentDateBusinessCenter.field
  return 40582
end