Class: Quickfix::PaymentStreamSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamSettlCurrency
constructor
A new instance of PaymentStreamSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamSettlCurrency
Returns a new instance of PaymentStreamSettlCurrency.
36926 36927 36928 36929 36930 36931 36932 |
# File 'lib/quickfix_fields.rb', line 36926 def initialize(data = nil) if( data == nil ) super(40741) else super(40741, data) end end |
Class Method Details
.field ⇒ Object
36923 36924 36925 |
# File 'lib/quickfix_fields.rb', line 36923 def PaymentStreamSettlCurrency.field return 40741 end |