Class: Quickfix::EncodedLegProvisionText

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

Returns a new instance of EncodedLegProvisionText.



40007
40008
40009
40010
40011
40012
40013
# File 'lib/quickfix_fields.rb', line 40007

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

Class Method Details

.fieldObject



40004
40005
40006
# File 'lib/quickfix_fields.rb', line 40004

def EncodedLegProvisionText.field
  return 40981
end