Class: Quickfix::LegPosCurrency

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPosCurrency

Returns a new instance of LegPosCurrency.



21820
21821
21822
21823
21824
21825
21826
# File 'lib/quickfix_fields.rb', line 21820

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