Class: Quickfix::NoLegPaymentStreamNonDeliverableFixingDateBusinessCenters

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

Returns a new instance of NoLegPaymentStreamNonDeliverableFixingDateBusinessCenters.



39331
39332
39333
39334
39335
39336
39337
# File 'lib/quickfix_fields.rb', line 39331

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

Class Method Details

.fieldObject



39328
39329
39330
# File 'lib/quickfix_fields.rb', line 39328

def NoLegPaymentStreamNonDeliverableFixingDateBusinessCenters.field
  return 40929
end