Class: Quickfix::UnderlyingStrikeCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikeCurrency

Returns a new instance of UnderlyingStrikeCurrency.



6064
6065
6066
6067
6068
6069
6070
# File 'lib/quickfix_fields.rb', line 6064

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

Class Method Details

.fieldObject



6061
6062
6063
# File 'lib/quickfix_fields.rb', line 6061

def UnderlyingStrikeCurrency.field
	return 941
end