Class: Quickfix::AllocClearingFeeIndicator

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) ⇒ AllocClearingFeeIndicator

Returns a new instance of AllocClearingFeeIndicator.



15112
15113
15114
15115
15116
15117
15118
# File 'lib/quickfix_fields.rb', line 15112

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

Class Method Details

.fieldObject



15109
15110
15111
# File 'lib/quickfix_fields.rb', line 15109

def AllocClearingFeeIndicator.field
  return 1136
end