Class: Quickfix::TradingBusinessDays

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

Returns a new instance of TradingBusinessDays.



62627
62628
62629
62630
62631
62632
62633
# File 'lib/quickfix_fields.rb', line 62627

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

Class Method Details

.fieldObject



62624
62625
62626
# File 'lib/quickfix_fields.rb', line 62624

def TradingBusinessDays.field
  return 2586
end