Class: Quickfix::UnderlyingIssueDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingIssueDate



10926
10927
10928
10929
10930
10931
10932
# File 'lib/quickfix_fields.rb', line 10926

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

Class Method Details

.fieldObject



10923
10924
10925
# File 'lib/quickfix_fields.rb', line 10923

def UnderlyingIssueDate.field
  return 242
end