Class: Quickfix::ComplexOptPayoutPaySide

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

Instance Method Summary collapse

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