Class: Quickfix::AgreementID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AgreementID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AgreementID
constructor
A new instance of AgreementID.
Constructor Details
#initialize(data = nil) ⇒ AgreementID
Returns a new instance of AgreementID.
16867 16868 16869 16870 16871 16872 16873 |
# File 'lib/quickfix_fields.rb', line 16867 def initialize(data = nil) if( data == nil ) super(914) else super(914, data) end end |
Class Method Details
.field ⇒ Object
16864 16865 16866 |
# File 'lib/quickfix_fields.rb', line 16864 def AgreementID.field return 914 end |