Class: Quickfix::FundRenewWaiv

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FundRenewWaiv

Returns a new instance of FundRenewWaiv.



14566
14567
14568
14569
14570
14571
14572
# File 'lib/quickfix_fields.rb', line 14566

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

Class Method Details

.fieldObject



14563
14564
14565
# File 'lib/quickfix_fields.rb', line 14563

def FundRenewWaiv.field
	return 497
end