Class: Quickfix::CollateralizationValueDate

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

Returns a new instance of CollateralizationValueDate.



77941
77942
77943
77944
77945
77946
77947
# File 'lib/quickfix_fields.rb', line 77941

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

Class Method Details

.fieldObject



77938
77939
77940
# File 'lib/quickfix_fields.rb', line 77938

def CollateralizationValueDate.field
  return 2868
end