Class: Quickfix::UnderlyingComplexOptPayoutTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



52562
52563
52564
# File 'lib/quickfix_fields.rb', line 52562

def UnderlyingComplexOptPayoutTime.field
  return 2265
end