Class: Quickfix::ComplexOptPayoutReceiveSide

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

Returns a new instance of ComplexOptPayoutReceiveSide.



41190
41191
41192
41193
41194
41195
41196
# File 'lib/quickfix_fields.rb', line 41190

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

Class Method Details

.fieldObject



41187
41188
41189
# File 'lib/quickfix_fields.rb', line 41187

def ComplexOptPayoutReceiveSide.field
  return 2118
end