Class: Quickfix::ComplexEventCreditEventCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ComplexEventCreditEventCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventCurrency
constructor
A new instance of ComplexEventCreditEventCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventCurrency
Returns a new instance of ComplexEventCreditEventCurrency.
40774 40775 40776 40777 40778 40779 40780 |
# File 'lib/quickfix_fields.rb', line 40774 def initialize(data = nil) if( data == nil ) super(41000) else super(41000, data) end end |
Class Method Details
.field ⇒ Object
40771 40772 40773 |
# File 'lib/quickfix_fields.rb', line 40771 def ComplexEventCreditEventCurrency.field return 41000 end |