Class: Quickfix::UnderlyingComplexOptPayoutTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutTime

Returns a new instance of UnderlyingComplexOptPayoutTime.



52565
52566
52567
52568
52569
52570
52571
# File 'lib/quickfix_fields.rb', line 52565

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