Class: Quickfix::ComplexOptPayoutPaySide

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

Returns a new instance of ComplexOptPayoutPaySide.



41177
41178
41179
41180
41181
41182
41183
# File 'lib/quickfix_fields.rb', line 41177

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

Class Method Details

.fieldObject



41174
41175
41176
# File 'lib/quickfix_fields.rb', line 41174

def ComplexOptPayoutPaySide.field
	return 2117
end