Class: Quickfix::ComplexEventCreditEventMinimumSources

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) ⇒ ComplexEventCreditEventMinimumSources

Returns a new instance of ComplexEventCreditEventMinimumSources.



41437
41438
41439
41440
41441
41442
41443
# File 'lib/quickfix_fields.rb', line 41437

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

Class Method Details

.fieldObject



41434
41435
41436
# File 'lib/quickfix_fields.rb', line 41434

def ComplexEventCreditEventMinimumSources.field
  return 2137
end