Class: Quickfix::UnderlyingStrikeCurrencyCodeSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



78770
78771
78772
# File 'lib/quickfix_fields.rb', line 78770

def UnderlyingStrikeCurrencyCodeSource.field
	return 2917
end