Class: Quickfix::NoPaymentStreamInitialFixingDateBusinessCenters

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

Returns a new instance of NoPaymentStreamInitialFixingDateBusinessCenters.



39591
39592
39593
39594
39595
39596
39597
# File 'lib/quickfix_fields.rb', line 39591

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

Class Method Details

.fieldObject



39588
39589
39590
# File 'lib/quickfix_fields.rb', line 39588

def NoPaymentStreamInitialFixingDateBusinessCenters.field
  return 40949
end