Class: Quickfix::UnderlyingPaymentStreamSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamSettlCurrency
constructor
A new instance of UnderlyingPaymentStreamSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamSettlCurrency
Returns a new instance of UnderlyingPaymentStreamSettlCurrency.
34716 34717 34718 34719 34720 34721 34722 |
# File 'lib/quickfix_fields.rb', line 34716 def initialize(data = nil) if( data == nil ) super(40571) else super(40571, data) end end |
Class Method Details
.field ⇒ Object
34713 34714 34715 |
# File 'lib/quickfix_fields.rb', line 34713 def UnderlyingPaymentStreamSettlCurrency.field return 40571 end |