Class: Quickfix::LegCashSettlQuoteAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegCashSettlQuoteAmount

Returns a new instance of LegCashSettlQuoteAmount.



46806
46807
46808
46809
46810
46811
46812
# File 'lib/quickfix_fields.rb', line 46806

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

Class Method Details

.fieldObject



46803
46804
46805
# File 'lib/quickfix_fields.rb', line 46803

def LegCashSettlQuoteAmount.field
  return 41352
end