Class: Quickfix::StreamNotionalXIDRef

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

Returns a new instance of StreamNotionalXIDRef.



46182
46183
46184
46185
46186
46187
46188
# File 'lib/quickfix_fields.rb', line 46182

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

Class Method Details

.fieldObject



46179
46180
46181
# File 'lib/quickfix_fields.rb', line 46179

def StreamNotionalXIDRef.field
  return 41305
end