Class: Quickfix::DerivativeIssueDate

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

Class Method Details

.fieldObject



16942
16943
16944
# File 'lib/quickfix_fields.rb', line 16942

def DerivativeIssueDate.field
  return 1276
end