Class: Quickfix::ClearingFeeIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ClearingFeeIndicator

Returns a new instance of ClearingFeeIndicator.



1020
1021
1022
1023
1024
1025
1026
# File 'lib/quickfix_fields.rb', line 1020

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

Class Method Details

.fieldObject



1017
1018
1019
# File 'lib/quickfix_fields.rb', line 1017

def ClearingFeeIndicator.field
	return 635
end