Class: Quickfix::LegObligationType

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

Instance Method Summary collapse

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