Class: Quickfix::ComplexOptPayoutTime

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

Returns a new instance of ComplexOptPayoutTime.



41229
41230
41231
41232
41233
41234
41235
# File 'lib/quickfix_fields.rb', line 41229

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

Class Method Details

.fieldObject



41226
41227
41228
# File 'lib/quickfix_fields.rb', line 41226

def ComplexOptPayoutTime.field
	return 2121
end