Class: Quickfix::LegObligationType

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

Returns a new instance of LegObligationType.



42581
42582
42583
42584
42585
42586
42587
# File 'lib/quickfix_fields.rb', line 42581

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

Class Method Details

.fieldObject



42578
42579
42580
# File 'lib/quickfix_fields.rb', line 42578

def LegObligationType.field
  return 2155
end