Class: Quickfix::LegCashSettlPriceDefault

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

Returns a new instance of LegCashSettlPriceDefault.



64681
64682
64683
64684
64685
64686
64687
# File 'lib/quickfix_fields.rb', line 64681

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

Class Method Details

.fieldObject



64678
64679
64680
# File 'lib/quickfix_fields.rb', line 64678

def LegCashSettlPriceDefault.field
  return 42309
end