Class: Quickfix::LegCashSettlValuationMethod

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

Returns a new instance of LegCashSettlValuationMethod.



46923
46924
46925
46926
46927
46928
46929
# File 'lib/quickfix_fields.rb', line 46923

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

Class Method Details

.fieldObject



46920
46921
46922
# File 'lib/quickfix_fields.rb', line 46920

def LegCashSettlValuationMethod.field
  return 41361
end