Class: Quickfix::NoTimeInForceRules

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoTimeInForceRules

Returns a new instance of NoTimeInForceRules.



16464
16465
16466
16467
16468
16469
16470
# File 'lib/quickfix_fields.rb', line 16464

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