Class: Quickfix::LegPaymentStreamBoundsLastDateUnadjusted

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

Returns a new instance of LegPaymentStreamBoundsLastDateUnadjusted.



66137
66138
66139
66140
66141
66142
66143
# File 'lib/quickfix_fields.rb', line 66137

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

Class Method Details

.fieldObject



66134
66135
66136
# File 'lib/quickfix_fields.rb', line 66134

def LegPaymentStreamBoundsLastDateUnadjusted.field
  return 42418
end