Class: Quickfix::ComplexOptPayoutTime

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexOptPayoutTime

Returns a new instance of ComplexOptPayoutTime.



41229
41230
41231
41232
41233
41234
41235
# File 'lib/quickfix_fields.rb', line 41229

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