Class: Quickfix::UnderlyingStrikeCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingStrikeCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrikeCurrency
constructor
A new instance of UnderlyingStrikeCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrikeCurrency
Returns a new instance of UnderlyingStrikeCurrency.
6064 6065 6066 6067 6068 6069 6070 |
# File 'lib/quickfix_fields.rb', line 6064 def initialize(data = nil) if( data == nil ) super(941) else super(941, data) end end |
Class Method Details
.field ⇒ Object
6061 6062 6063 |
# File 'lib/quickfix_fields.rb', line 6061 def UnderlyingStrikeCurrency.field return 941 end |