Class: Quickfix::SettlObligSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlObligSource

Returns a new instance of SettlObligSource.



15528
15529
15530
15531
15532
15533
15534
# File 'lib/quickfix_fields.rb', line 15528

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

Class Method Details

.fieldObject



15525
15526
15527
# File 'lib/quickfix_fields.rb', line 15525

def SettlObligSource.field
  return 1164
end