Class: Quickfix::NoProvisionDateBusinessCenters

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



39695
39696
39697
39698
39699
39700
39701
# File 'lib/quickfix_fields.rb', line 39695

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

Class Method Details

.fieldObject



39692
39693
39694
# File 'lib/quickfix_fields.rb', line 39692

def NoProvisionDateBusinessCenters.field
  return 40957
end