Class: Quickfix::FundingSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FundingSource

Returns a new instance of FundingSource.



77655
77656
77657
77658
77659
77660
77661
# File 'lib/quickfix_fields.rb', line 77655

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