Class: Quickfix::UnderlyingNotionalCurrencyCodeSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingNotionalCurrencyCodeSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalCurrencyCodeSource
constructor
A new instance of UnderlyingNotionalCurrencyCodeSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalCurrencyCodeSource
Returns a new instance of UnderlyingNotionalCurrencyCodeSource.
78825 78826 78827 78828 78829 78830 78831 |
# File 'lib/quickfix_fields.rb', line 78825 def initialize(data = nil) if( data == nil ) super(2921) else super(2921, data) end end |
Class Method Details
.field ⇒ Object
78822 78823 78824 |
# File 'lib/quickfix_fields.rb', line 78822 def .field return 2921 end |