Class: Quickfix::UnderlyingStrikeCurrency

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) ⇒ UnderlyingStrikeCurrency



12694
12695
12696
12697
12698
12699
12700
# File 'lib/quickfix_fields.rb', line 12694

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

Class Method Details

.fieldObject



12691
12692
12693
# File 'lib/quickfix_fields.rb', line 12691

def UnderlyingStrikeCurrency.field
  return 941
end