Class: Quickfix::LegPricingDateAdjusted

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

Returns a new instance of LegPricingDateAdjusted.



50706
50707
50708
50709
50710
50711
50712
# File 'lib/quickfix_fields.rb', line 50706

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

Class Method Details

.fieldObject



50703
50704
50705
# File 'lib/quickfix_fields.rb', line 50703

def LegPricingDateAdjusted.field
  return 41611
end