Class: Quickfix::UnderlyingStrikeCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikeCurrencyCodeSource

Returns a new instance of UnderlyingStrikeCurrencyCodeSource.



78773
78774
78775
78776
78777
78778
78779
# File 'lib/quickfix_fields.rb', line 78773

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