Class: Quickfix::NoTradingSessionRules

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

Returns a new instance of NoTradingSessionRules.



17361
17362
17363
17364
17365
17366
17367
# File 'lib/quickfix_fields.rb', line 17361

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

Class Method Details

.fieldObject



17358
17359
17360
# File 'lib/quickfix_fields.rb', line 17358

def NoTradingSessionRules.field
	return 1309
end