Class: Quickfix::CashSettlPriceSource

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

Returns a new instance of CashSettlPriceSource.



63329
63330
63331
63332
63333
63334
63335
# File 'lib/quickfix_fields.rb', line 63329

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

Class Method Details

.fieldObject



63326
63327
63328
# File 'lib/quickfix_fields.rb', line 63326

def CashSettlPriceSource.field
  return 42216
end