Class: Quickfix::UnderlyingComplexOptPayoutPaySide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutPaySide

Returns a new instance of UnderlyingComplexOptPayoutPaySide.



52513
52514
52515
52516
52517
52518
52519
# File 'lib/quickfix_fields.rb', line 52513

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