Class: Quickfix::UnderlyingComplexOptPayoutReceiveSide

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutReceiveSide

Returns a new instance of UnderlyingComplexOptPayoutReceiveSide.



52526
52527
52528
52529
52530
52531
52532
# File 'lib/quickfix_fields.rb', line 52526

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