Class: Quickfix::UnderlyingComplexEventCreditEventMinimumSources

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventMinimumSources

Returns a new instance of UnderlyingComplexEventCreditEventMinimumSources.



52773
52774
52775
52776
52777
52778
52779
# File 'lib/quickfix_fields.rb', line 52773

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