Class: Quickfix::SideTimeInForce

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideTimeInForce

Returns a new instance of SideTimeInForce.



15190
15191
15192
15193
15194
15195
15196
# File 'lib/quickfix_fields.rb', line 15190

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

Class Method Details

.fieldObject



15187
15188
15189
# File 'lib/quickfix_fields.rb', line 15187

def SideTimeInForce.field
	return 962
end