Class: Quickfix::UnderlyingCashSettlMinimumQuoteAmount

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

Returns a new instance of UnderlyingCashSettlMinimumQuoteAmount.



58493
58494
58495
58496
58497
58498
58499
# File 'lib/quickfix_fields.rb', line 58493

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

Class Method Details

.fieldObject



58490
58491
58492
# File 'lib/quickfix_fields.rb', line 58490

def UnderlyingCashSettlMinimumQuoteAmount.field
  return 42051
end