Class: Quickfix::LegPaymentStreamCompoundingDate

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

Returns a new instance of LegPaymentStreamCompoundingDate.



65981
65982
65983
65984
65985
65986
65987
# File 'lib/quickfix_fields.rb', line 65981

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

Class Method Details

.fieldObject



65978
65979
65980
# File 'lib/quickfix_fields.rb', line 65978

def LegPaymentStreamCompoundingDate.field
  return 42406
end