Class: Quickfix::UnderlyingProvisionCashSettlQuoteSource

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



59156
59157
59158
59159
59160
59161
59162
# File 'lib/quickfix_fields.rb', line 59156

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

Class Method Details

.fieldObject



59153
59154
59155
# File 'lib/quickfix_fields.rb', line 59153

def UnderlyingProvisionCashSettlQuoteSource.field
  return 42102
end