Class: Quickfix::UnderlyingNotionalCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingNotionalCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingNotionalCurrency
constructor
A new instance of UnderlyingNotionalCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingNotionalCurrency
Returns a new instance of UnderlyingNotionalCurrency.
72260 72261 72262 72263 72264 72265 72266 |
# File 'lib/quickfix_fields.rb', line 72260 def initialize(data = nil) if( data == nil ) super(2615) else super(2615, data) end end |
Class Method Details
.field ⇒ Object
72257 72258 72259 |
# File 'lib/quickfix_fields.rb', line 72257 def .field return 2615 end |