Class: Quickfix::NoLegComplexEventDateBusinessCenters

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

Returns a new instance of NoLegComplexEventDateBusinessCenters.



47261
47262
47263
47264
47265
47266
47267
# File 'lib/quickfix_fields.rb', line 47261

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

Class Method Details

.fieldObject



47258
47259
47260
# File 'lib/quickfix_fields.rb', line 47258

def NoLegComplexEventDateBusinessCenters.field
  return 41387
end