Class: Quickfix::ProvisionDateUnadjusted

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

Returns a new instance of ProvisionDateUnadjusted.



28502
28503
28504
28505
28506
28507
28508
# File 'lib/quickfix_fields.rb', line 28502

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

Class Method Details

.fieldObject



28499
28500
28501
# File 'lib/quickfix_fields.rb', line 28499

def ProvisionDateUnadjusted.field
  return 40092
end