Class: Quickfix::ClearingFeeIndicator

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) ⇒ ClearingFeeIndicator

Returns a new instance of ClearingFeeIndicator.



8560
8561
8562
8563
8564
8565
8566
# File 'lib/quickfix_fields.rb', line 8560

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

Class Method Details

.fieldObject



8557
8558
8559
# File 'lib/quickfix_fields.rb', line 8557

def ClearingFeeIndicator.field
  return 635
end