Class: Quickfix::LegCashSettlAmount

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

Returns a new instance of LegCashSettlAmount.



46871
46872
46873
46874
46875
46876
46877
# File 'lib/quickfix_fields.rb', line 46871

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

Class Method Details

.fieldObject



46868
46869
46870
# File 'lib/quickfix_fields.rb', line 46868

def LegCashSettlAmount.field
  return 41357
end