Class: Quickfix::LegComplexOptPayoutPaySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexOptPayoutPaySide

Returns a new instance of LegComplexOptPayoutPaySide.



47456
47457
47458
47459
47460
47461
47462
# File 'lib/quickfix_fields.rb', line 47456

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