Class: Quickfix::FinancialStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ FinancialStatus

Returns a new instance of FinancialStatus.



3672
3673
3674
3675
3676
3677
3678
# File 'lib/quickfix_fields.rb', line 3672

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

Class Method Details

.fieldObject



3669
3670
3671
# File 'lib/quickfix_fields.rb', line 3669

def FinancialStatus.field
  return 291
end