Class: Quickfix::NoFundingSources

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoFundingSources

Returns a new instance of NoFundingSources.



77694
77695
77696
77697
77698
77699
77700
# File 'lib/quickfix_fields.rb', line 77694

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

Class Method Details

.fieldObject



77691
77692
77693
# File 'lib/quickfix_fields.rb', line 77691

def NoFundingSources.field
  return 2849
end