Class: Quickfix::UnderlyingPaymentStreamNonDeliverableRefCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamNonDeliverableRefCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamNonDeliverableRefCurrency
constructor
A new instance of UnderlyingPaymentStreamNonDeliverableRefCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamNonDeliverableRefCurrency
Returns a new instance of UnderlyingPaymentStreamNonDeliverableRefCurrency.
35717 35718 35719 35720 35721 35722 35723 |
# File 'lib/quickfix_fields.rb', line 35717 def initialize(data = nil) if( data == nil ) super(40648) else super(40648, data) end end |
Class Method Details
.field ⇒ Object
35714 35715 35716 |
# File 'lib/quickfix_fields.rb', line 35714 def .field return 40648 end |