Class: Quickfix::FundRenewWaiv

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

Returns a new instance of FundRenewWaiv.



6857
6858
6859
6860
6861
6862
6863
# File 'lib/quickfix_fields.rb', line 6857

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

Class Method Details

.fieldObject



6854
6855
6856
# File 'lib/quickfix_fields.rb', line 6854

def FundRenewWaiv.field
  return 497
end