Class: Quickfix::LegProvisionOptionExpirationDateAdjusted

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



33858
33859
33860
33861
33862
33863
33864
# File 'lib/quickfix_fields.rb', line 33858

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

Class Method Details

.fieldObject



33855
33856
33857
# File 'lib/quickfix_fields.rb', line 33855

def LegProvisionOptionExpirationDateAdjusted.field
  return 40505
end