Class: Quickfix::DerivativeIssuer

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeIssuer

Returns a new instance of DerivativeIssuer.



3802
3803
3804
3805
3806
3807
3808
# File 'lib/quickfix_fields.rb', line 3802

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

Class Method Details

.fieldObject



3799
3800
3801
# File 'lib/quickfix_fields.rb', line 3799

def DerivativeIssuer.field
  return 1275
end