Class: Quickfix::AllocClearingFeeIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllocClearingFeeIndicator

Returns a new instance of AllocClearingFeeIndicator.



15112
15113
15114
15115
15116
15117
15118
# File 'lib/quickfix_fields.rb', line 15112

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