Class: Quickfix::LegProvisionType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProvisionType

Returns a new instance of LegProvisionType.



33130
33131
33132
33133
33134
33135
33136
# File 'lib/quickfix_fields.rb', line 33130

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

Class Method Details

.fieldObject



33127
33128
33129
# File 'lib/quickfix_fields.rb', line 33127

def LegProvisionType.field
  return 40449
end