Class: Quickfix::NoTradingSessions

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoTradingSessions

Returns a new instance of NoTradingSessions.



4634
4635
4636
4637
4638
4639
4640
# File 'lib/quickfix_fields.rb', line 4634

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

Class Method Details

.fieldObject



4631
4632
4633
# File 'lib/quickfix_fields.rb', line 4631

def NoTradingSessions.field
	return 386
end