Class: Quickfix::TotalTradingBusinessDays

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



62614
62615
62616
62617
62618
62619
62620
# File 'lib/quickfix_fields.rb', line 62614

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

Class Method Details

.fieldObject



62611
62612
62613
# File 'lib/quickfix_fields.rb', line 62611

def TotalTradingBusinessDays.field
  return 2585
end