Class: Quickfix::UnderlyingComplexEventCreditEventCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingComplexEventCreditEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventCurrency
constructor
A new instance of UnderlyingComplexEventCreditEventCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventCurrency
Returns a new instance of UnderlyingComplexEventCreditEventCurrency.
52110 52111 52112 52113 52114 52115 52116 |
# File 'lib/quickfix_fields.rb', line 52110 def initialize(data = nil) if( data == nil ) super(41719) else super(41719, data) end end |
Class Method Details
.field ⇒ Object
52107 52108 52109 |
# File 'lib/quickfix_fields.rb', line 52107 def .field return 41719 end |