Class: Quickfix::DerivativeIssuer
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeIssuer
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeIssuer
constructor
A new instance of DerivativeIssuer.
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
.field ⇒ Object
3799 3800 3801 |
# File 'lib/quickfix_fields.rb', line 3799 def DerivativeIssuer.field return 1275 end |