Class: Quickfix::LegDatedDate

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

Returns a new instance of LegDatedDate.



10120
10121
10122
10123
10124
10125
10126
# File 'lib/quickfix_fields.rb', line 10120

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

Class Method Details

.fieldObject



10117
10118
10119
# File 'lib/quickfix_fields.rb', line 10117

def LegDatedDate.field
  return 739
end