Class: Quickfix::AgreementCurrency
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ AgreementCurrency
Returns a new instance of AgreementCurrency.
5570 5571 5572 5573 5574 5575 5576 |
# File 'lib/quickfix_fields.rb', line 5570 def initialize(data = nil) if( data == nil ) super(918) else super(918, data) end end |
Class Method Details
.field ⇒ Object
5567 5568 5569 |
# File 'lib/quickfix_fields.rb', line 5567 def AgreementCurrency.field return 918 end |