Class: Quickfix::LegStrikeCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStrikeCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikeCurrency
constructor
A new instance of LegStrikeCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStrikeCurrency
12707 12708 12709 12710 12711 12712 12713 |
# File 'lib/quickfix_fields.rb', line 12707 def initialize(data = nil) if( data == nil ) super(942) else super(942, data) end end |
Class Method Details
.field ⇒ Object
12704 12705 12706 |
# File 'lib/quickfix_fields.rb', line 12704 def LegStrikeCurrency.field return 942 end |