Class: Quickfix::TradingBusinessDays

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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