Class: Quickfix::AgreementCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::AgreementCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AgreementCurrency
constructor
A new instance of AgreementCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ AgreementCurrency
Returns a new instance of AgreementCurrency.
12408 12409 12410 12411 12412 12413 12414 |
# File 'lib/quickfix_fields.rb', line 12408 def initialize(data = nil) if( data == nil ) super(918) else super(918, data) end end |
Class Method Details
.field ⇒ Object
12405 12406 12407 |
# File 'lib/quickfix_fields.rb', line 12405 def AgreementCurrency.field return 918 end |