Class: Quickfix::UnderlyingCashSettlValuationTime

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

Returns a new instance of UnderlyingCashSettlValuationTime.



58428
58429
58430
58431
58432
58433
58434
# File 'lib/quickfix_fields.rb', line 58428

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

Class Method Details

.fieldObject



58425
58426
58427
# File 'lib/quickfix_fields.rb', line 58425

def UnderlyingCashSettlValuationTime.field
  return 42046
end