Class: Quickfix::OpenCloseSettlFlag

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OpenCloseSettlFlag

Returns a new instance of OpenCloseSettlFlag.



8963
8964
8965
8966
8967
8968
8969
# File 'lib/quickfix_fields.rb', line 8963

def initialize(data = nil)
  if( data == nil )
    super(286)
  else
    super(286, data)
  end
end

Class Method Details

.fieldObject



8960
8961
8962
# File 'lib/quickfix_fields.rb', line 8960

def OpenCloseSettlFlag.field
  return 286
end