Class: Quickfix::UnderlyingProvisionDateUnadjusted

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionDateUnadjusted

Returns a new instance of UnderlyingProvisionDateUnadjusted.



59793
59794
59795
59796
59797
59798
59799
# File 'lib/quickfix_fields.rb', line 59793

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