Class: Quickfix::UnderlyingStrikeCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStrikeCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrikeCurrency
constructor
A new instance of UnderlyingStrikeCurrency.
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
.field ⇒ Object
12691 12692 12693 |
# File 'lib/quickfix_fields.rb', line 12691 def .field return 941 end |