Class: Quickfix::ObligationType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ObligationType

Returns a new instance of ObligationType.



22587
22588
22589
22590
22591
22592
22593
# File 'lib/quickfix_fields.rb', line 22587

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