Class: Quickfix::LegContractualMatrixDate

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

Returns a new instance of LegContractualMatrixDate.



61210
61211
61212
61213
61214
61215
61216
# File 'lib/quickfix_fields.rb', line 61210

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

Class Method Details

.fieldObject



61207
61208
61209
# File 'lib/quickfix_fields.rb', line 61207

def LegContractualMatrixDate.field
  return 42205
end