Class: Quickfix::LegProtectionTermObligationType

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

Returns a new instance of LegProtectionTermObligationType.



51031
51032
51033
51034
51035
51036
51037
# File 'lib/quickfix_fields.rb', line 51031

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

Class Method Details

.fieldObject



51028
51029
51030
# File 'lib/quickfix_fields.rb', line 51028

def LegProtectionTermObligationType.field
  return 41636
end