Class: Quickfix::DerivativeIssueDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeIssueDate

Returns a new instance of DerivativeIssueDate.



16945
16946
16947
16948
16949
16950
16951
# File 'lib/quickfix_fields.rb', line 16945

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