Class: Quickfix::AgreementDesc

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AgreementDesc

Returns a new instance of AgreementDesc.



3646
3647
3648
3649
3650
3651
3652
# File 'lib/quickfix_fields.rb', line 3646

def initialize(data = nil)
  if( data == nil )
    super(913)
  else
    super(913, data)
  end
end

Class Method Details

.fieldObject



3643
3644
3645
# File 'lib/quickfix_fields.rb', line 3643

def AgreementDesc.field
  return 913
end