Class: Quickfix::LegStrikeCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegStrikeCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStrikeCurrency
constructor
A new instance of LegStrikeCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegStrikeCurrency
18908 18909 18910 18911 18912 18913 18914 |
# File 'lib/quickfix_fields.rb', line 18908 def initialize(data = nil) if( data == nil ) super(942) else super(942, data) end end |
Class Method Details
.field ⇒ Object
18905 18906 18907 |
# File 'lib/quickfix_fields.rb', line 18905 def LegStrikeCurrency.field return 942 end |