Class: Quickfix::InternationalSwapIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ InternationalSwapIndicator

Returns a new instance of InternationalSwapIndicator.



61834
61835
61836
61837
61838
61839
61840
# File 'lib/quickfix_fields.rb', line 61834

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