Class: Quickfix::LegProvisionText

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

Returns a new instance of LegProvisionText.



33429
33430
33431
33432
33433
33434
33435
# File 'lib/quickfix_fields.rb', line 33429

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

Class Method Details

.fieldObject



33426
33427
33428
# File 'lib/quickfix_fields.rb', line 33426

def LegProvisionText.field
  return 40472
end