Class: Quickfix::PaymentStreamNonDeliverableFixingDatesBusinessCenter

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

Returns a new instance of PaymentStreamNonDeliverableFixingDatesBusinessCenter.



37940
37941
37942
37943
37944
37945
37946
# File 'lib/quickfix_fields.rb', line 37940

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

Class Method Details

.fieldObject



37937
37938
37939
# File 'lib/quickfix_fields.rb', line 37937

def PaymentStreamNonDeliverableFixingDatesBusinessCenter.field
  return 40819
end