Class: Quickfix::ProvisionDateAdjusted

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

Returns a new instance of ProvisionDateAdjusted.



28541
28542
28543
28544
28545
28546
28547
# File 'lib/quickfix_fields.rb', line 28541

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

Class Method Details

.fieldObject



28538
28539
28540
# File 'lib/quickfix_fields.rb', line 28538

def ProvisionDateAdjusted.field
  return 40095
end