Class: Quickfix::DerivativeStrikeCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::DerivativeStrikeCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeStrikeCurrency
constructor
A new instance of DerivativeStrikeCurrency.
Constructor Details
#initialize(data = nil) ⇒ DerivativeStrikeCurrency
Returns a new instance of DerivativeStrikeCurrency.
6012 6013 6014 6015 6016 6017 6018 |
# File 'lib/quickfix_fields.rb', line 6012 def initialize(data = nil) if( data == nil ) super(1262) else super(1262, data) end end |
Class Method Details
.field ⇒ Object
6009 6010 6011 |
# File 'lib/quickfix_fields.rb', line 6009 def DerivativeStrikeCurrency.field return 1262 end |