Class: Quickfix::LegCashSettlPriceSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegCashSettlPriceSource

Returns a new instance of LegCashSettlPriceSource.



64668
64669
64670
64671
64672
64673
64674
# File 'lib/quickfix_fields.rb', line 64668

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

Class Method Details

.fieldObject



64665
64666
64667
# File 'lib/quickfix_fields.rb', line 64665

def LegCashSettlPriceSource.field
  return 42308
end