Class: Quickfix::LegProvisionDateUnadjusted

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

Returns a new instance of LegProvisionDateUnadjusted.



33143
33144
33145
33146
33147
33148
33149
# File 'lib/quickfix_fields.rb', line 33143

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

Class Method Details

.fieldObject



33140
33141
33142
# File 'lib/quickfix_fields.rb', line 33140

def LegProvisionDateUnadjusted.field
  return 40450
end