Class: Quickfix::UnderlyingCashSettlDealer

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

Returns a new instance of UnderlyingCashSettlDealer.



58350
58351
58352
58353
58354
58355
58356
# File 'lib/quickfix_fields.rb', line 58350

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

Class Method Details

.fieldObject



58347
58348
58349
# File 'lib/quickfix_fields.rb', line 58347

def UnderlyingCashSettlDealer.field
  return 42040
end