Class: Quickfix::UnderlyingCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCurrency
constructor
A new instance of UnderlyingCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCurrency
Returns a new instance of UnderlyingCurrency.
4023 4024 4025 4026 4027 4028 4029 |
# File 'lib/quickfix_fields.rb', line 4023 def initialize(data = nil) if( data == nil ) super(318) else super(318, data) end end |
Class Method Details
.field ⇒ Object
4020 4021 4022 |
# File 'lib/quickfix_fields.rb', line 4020 def .field return 318 end |