Class: Quickfix::UnderlyingCashSettlDateUnadjusted

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

Returns a new instance of UnderlyingCashSettlDateUnadjusted.



70947
70948
70949
70950
70951
70952
70953
# File 'lib/quickfix_fields.rb', line 70947

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

Class Method Details

.fieldObject



70944
70945
70946
# File 'lib/quickfix_fields.rb', line 70944

def UnderlyingCashSettlDateUnadjusted.field
  return 42790
end