Class: Quickfix::LegRedemptionDate

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

Returns a new instance of LegRedemptionDate.



6103
6104
6105
6106
6107
6108
6109
# File 'lib/quickfix_fields.rb', line 6103

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

Class Method Details

.fieldObject



6100
6101
6102
# File 'lib/quickfix_fields.rb', line 6100

def LegRedemptionDate.field
  return 254
end