Class: Quickfix::NoUnderlyingStips
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingStips
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStips
constructor
A new instance of NoUnderlyingStips.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStips
Returns a new instance of NoUnderlyingStips.
11251 11252 11253 11254 11255 11256 11257 |
# File 'lib/quickfix_fields.rb', line 11251 def initialize(data = nil) if( data == nil ) super(887) else super(887, data) end end |
Class Method Details
.field ⇒ Object
11248 11249 11250 |
# File 'lib/quickfix_fields.rb', line 11248 def NoUnderlyingStips.field return 887 end |