Class: Quickfix::ProvisionCashSettlQuoteSource

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

Returns a new instance of ProvisionCashSettlQuoteSource.



28762
28763
28764
28765
28766
28767
28768
# File 'lib/quickfix_fields.rb', line 28762

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

Class Method Details

.fieldObject



28759
28760
28761
# File 'lib/quickfix_fields.rb', line 28759

def ProvisionCashSettlQuoteSource.field
  return 40112
end